Expand description
Abstract away the spawning of and connecting to a daemon.
Structs§
- Daemon
Control - A handle to control the daemon.
Enums§
- Error
- The error returned from
with_daemon
.
Functions§
- with_
daemon - Run and await an async function that requires communication with a daemon, abstracting away daemon creation and some communication logic.