Skip to main content

Module native

Module native 

Source
Expand description

Native actor system implementation.

Uses rayon for all actors on a shared work-stealing pool.

Structs§

ActorSystem
Unified system for all concurrent work.
ActorSystemConfig
Configuration for the actor system.
JoinError
Error returned when joining an actor fails.

Type Aliases§

ActorHandle
Handle to a spawned actor.