Expand description
Native actor system implementation.
Uses rayon for all actors on a shared work-stealing pool.
Structs§
- Actor
System - Unified system for all concurrent work.
- Actor
System Config - Configuration for the actor system.
- Join
Error - Error returned when joining an actor fails.
Type Aliases§
- Actor
Handle - Handle to a spawned actor.