Crate lwactors

Crate lwactors 

Source

Structs§

ActorSender

Enums§

ActorError

Traits§

Action

Functions§

actor_with_executor
Construct a new actor, requires an Executor and an initial state. Returns a reference that can be cheaply cloned and passed between threads. A specific implementation is expected to wrap this return value and implement the required custom logic.

Type Aliases§

ActResult