Struct actix_web::rt::SystemRunner
source · [−]pub struct SystemRunner { /* private fields */ }
Expand description
Runner that keeps a System’s event loop alive until stop message is received.
Implementations
Runs the event loop until stopped, returning the exit code.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for SystemRunner
impl !Send for SystemRunner
impl !Sync for SystemRunner
impl Unpin for SystemRunner
impl !UnwindSafe for SystemRunner
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