Crate steady_state
source ·Re-exports§
pub use actor_builder::SupervisionStrategy;pub use monitor::LocalMonitor;pub use channel_builder::Rate;pub use channel_builder::Filled;pub use actor_builder::MCPU;pub use actor_builder::Work;pub use actor_builder::Percentile;
Modules§
Macros§
- Spawns a blocking task, which will run on the blocking thread pool, and returns the handle.
Structs§
Enums§
Traits§
Functions§
- Initialize logging for the steady_state crate. This is a convenience function that should be called at the beginning of main.