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]
[]

[]

This function will start event loop and will finish once the System::stop() function is called.

[]

Execute a future and wait for result.

Auto Trait Implementations

impl !Send for SystemRunner

impl !Sync for SystemRunner