[][src]Crate stage

Actors on Stage

Stage is an Actor Model. That is to say, it's a means to define a system composed of units of work that communicate via messages.

Re-exports

pub use futures;
pub use tracing;

Modules

actors

Actors

io
sys_msgs

Messages used by Stage. These messages should be taken seriously and most often not ignored.

system
traits

Macros

actor_msg

Statics

STAGE_EPOCH

Stage's Epoch for ID generation (January 1st, 2020)

Type Definitions

StdError