Structs§
Enums§
Traits§
Functions§
- actor_
with_ executor - Construct a new actor, requires an
Executorand 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.