Struct actix_web::rt::System [−][src]
pub struct System { /* fields omitted */ }
Expand description
A manager for a per-thread distributed async runtime.
Implementations
Try to get current running system.
Returns None
if no System has been started.
Contrary to current
, this never panics.
Get handle to a the System’s initial Arbiter.
Check if there is a System registered on the current thread.
Stop the system with a given exit code.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for System
impl !UnwindSafe for System
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more