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
ActorSystemcreation - 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§
- Actor
System ActorSystemis the top-level handle for an actor system.