Module with the Spawn trait.
Spawn
pub use options::ActorOptions;
pub use options::FutureOptions;
pub use options::SyncActorOptions;
Options for spawning an Actor or SyncActor.
Actor
SyncActor
The Spawn trait defines how new actors are added to the runtime.