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
Aggregatetrait, while still maintaining compatibility throughAsAggregatetype. - sync
- Module containing the asynchronous synchronization primitives the crate uses in the public API.
Functions§
- spawn
- Spawns a new asynchronous task, returning a
JoinHandlefor it.