Module daemon

Module daemon 

Source
Expand description

Create and run daemons that run in the background.

Structs§

Daemon
The underlying definition and configuration of an iced daemon.

Traits§

ThemeFn
The theme logic of some Daemon.
TitleFn
The title logic of some Daemon.
ViewFn
The view logic of some Daemon.

Functions§

daemon
Creates an iced Daemon given its boot, update, and view logic.