maiko 0.3.1

Lightweight event-driven actor runtime with topic-based pub/sub for Tokio
Documentation
1
2
3
4
5
6
7
#[derive(Debug, Default, Clone, Copy, PartialEq, Eq)]
pub(crate) enum StepPause {
    #[default]
    None,
    AwaitEvent,
    Suppressed,
}