Enum meio::system::System[][src]

pub enum System {}
Expand description

Virtual actor that represents the system/environment.

Implementations

Spawns a standalone Actor that has no Supervisor.

Spawns an Actor and wait for its termination (normally or by SIGINT interruption).

Waits either Actor interrupted or terminated. If user sends SIGINT signal than the Actor will receive InterruptedBy<System> event, but for the second signal the function just returned to let the app terminate without waiting for any active task.

Interrupts an Actor.

Trait Implementations

Specifies how to group child actors.

The log target for the Actor.

Called when the Actor finished.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.