Skip to main content

Crate runtimo_daemon

Crate runtimo_daemon 

Source
Expand description

Runtimo Daemon library.

Provides run — the daemon’s main event loop. Called by both the standalone runtimo-daemon binary and the runtimo CLI --daemon mode.

Internal modules: config (paths), auth (peer auth), dispatch (RPC + jobs), engine (state + event loop), rpc (JSON-RPC types), jobs (background jobs). Not part of public API.

Functions§

run
Start the daemon event loop.