Crate busan

Crate busan 

Source
Expand description

Busan (부산) is an actor framework that prioritizes flexible construction and organization of large-scale systems with a focus on ergonomics and usability.

Busan is currently under initial development and may not be suitable for serious use-cases (yet).

Modules§

actor
Actor trait and related types necessary for basic actor functionality.
config
Configuration structs for ActorSystem creation
executor
Runtime executor implementations for actors
message
Core message types used by Busan and primitive type wrappers
prelude
util
Utilities useful for extending Busan

Structs§

ActorSystem
ActorSystemis the top-level handle for an actor system.