Crate with_daemon

Source
Expand description

Abstract away the spawning of and connecting to a daemon.

Structs§

DaemonControl
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.