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]

[src]

Returns handle to the current event loop.

[src]

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