summaryrefslogtreecommitdiffstats
path: root/src/daemon.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement `executor` method for `Daemon`Libravatar Héctor Ramón Jiménez2024-09-181-1/+16
|
* Make `run_with` take a `FnOnce`Libravatar Héctor Ramón Jiménez2024-07-151-1/+1
|
* Remove `load` method from `application` and `daemon`Libravatar Héctor Ramón Jiménez2024-07-091-19/+2
| | | | | If you need to run a `Task` during boot, use `run_with` instead!
* Introduce `daemon` API and unify shell runtimesLibravatar Héctor Ramón Jiménez2024-06-191-0/+298