Expand description

Module with the Spawn trait.

Re-exports

pub use options::ActorOptions;
pub use options::FutureOptions;
pub use options::SyncActorOptions;

Modules

Options for spawning an Actor or SyncActor.

Traits

The Spawn trait defines how new actors are added to the runtime.