1//! Collection of utilities that extends or implements some of the traits
2//! found in [`eventually-core`].
3//!
4//! [`eventually-core`]: https://crates.io/crates/eventually-core
56pub mod inmemory;
7pub mod optional;
8pub mod sync;
910pub use tokio::spawn;