Re-exports§
pub use builtin::*;
Modules§
Structs§
- Process
Manager - Groups several
Runnableinstances and starts / stops them as a unit. - Process
Manager Builder - Build-time configuration for a
ProcessManager. - Runtime
Guard - Runtime
Handle - Runtime
Ticker
Enums§
Traits§
- Process
Control Handler - Handle that allows external code to control a running
Runnable. - Runnable
- A long-running asynchronous component managed by the
ProcessManager.
Type Aliases§
- Ctrl
Future - Boxed future returned by
ProcessControlHandlercontrol methods. - Proc
Future - Boxed future returned by
Runnable::process_start.