Crate actm

source ·
Expand description

actm - A tiny actors framework

actm provides a minimal, but quite usable, platform for implementing the actor pattern.

Re-exports

pub use async_trait;
pub use enum_dispatch;
pub use flume;

Modules

Abstraction over various executors that actors can run on
Commonly used types from this library
Traits used by the Event Module
Types used by the event interface
Utility types and wrappers for working with events

Macros

Generate an AsyncActor type-saftey wrapper.
Generate an SyncActor type-saftey wrapper.
Automatically generate an Event implementing wrapper for a type