aion-rs 0.10.0

Transport-agnostic Aion workflow engine with durability, replay, timers, and supervision.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod await_paths;
mod await_support;
mod blocking_support;
mod retry_outcomes;
mod retry_parking;
mod retry_support;
mod support;

pub(super) use await_support::*;
pub(super) use retry_support::*;
pub(super) use support::*;