eventually_util/
lib.rs

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
5
6pub mod inmemory;
7pub mod optional;
8pub mod sync;
9
10pub use tokio::spawn;