Struct actix::SystemRunner[][src]

#[must_use = "SystemRunner must be run"]
pub struct SystemRunner { /* fields omitted */ }

Helper object that runs System's event loop

Methods

impl SystemRunner
[src]

Returns handle to the current event loop.

This function will start event loop and will finish once the SystemExit message get received.

Auto Trait Implementations

impl !Send for SystemRunner

impl !Sync for SystemRunner