Crate agner_actors

Crate agner_actors 

Source
Expand description

§Core Support for Actors

Modules§

exit_handlers
Standard exit-handlers
exit_reason
system_error

Structs§

ActorID
Identifier of an actor.
ActorInfo
Information about a running actor.
Context
Actor’s API to itself
Shutdown
SpawnOpts
Options with which an actor will be spawned.
System
A System is a scope within which the actors run.
SystemConfig
Configuration for System
SystemWeakRef

Enums§

Event
Either a Message or a Signal received 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.
ExitHandler
ExitHandler is an entity that is notified when an actor exits.

Type Aliases§

ActorChannel
ArcError
Arc-ed standard error
BoxError
Boxed standard error
Never
A type that cannot be instantiated.