Expand description
Collection of utilities that extends or implements some of the traits
found in eventually-core
.
Modules§
- inmemory
- Contains supporting entities using an in-memory backend.
- optional
- Contains a different flavour of the
Aggregate
trait, while still maintaining compatibility throughAsAggregate
type. - sync
- Module containing the asynchronous synchronization primitives the crate uses in the public API.
Functions§
- spawn
- Spawns a new asynchronous task, returning a
JoinHandle
for it.