Expand description
§Core Support for Actors
Modules§
Structs§
- ActorID
- Identifier of an actor.
- Actor
Info - Information about a running actor.
- Context
- Actor’s API to itself
- Shutdown
- Spawn
Opts - Options with which an actor will be spawned.
- System
- A
Systemis a scope within which the actors run. - System
Config - Configuration for
System - System
Weak Ref
Enums§
- Event
- Either a Message or a
Signalreceived by an actor. - Exit
- An reason an actor exited.
- Signal
- A signal received by an actor.
Traits§
- Actor
- A marker trait for actor behaviour function.
- Exit
Handler ExitHandleris an entity that is notified when an actor exits.
Type Aliases§
- Actor
Channel - ArcError
- Arc-ed standard error
- BoxError
- Boxed standard error
- Never
- A type that cannot be instantiated.