Expand description
Smallest unit of work within a runtime instance.
Modulesยง
- sealed ๐
Macrosยง
- impl_
request_ ๐helper - Implements
StoreRequestfor provided types.
Traitsยง
- Actor
- Actor interface.
- Datastore
- Internal trait to abstract out type-erased and concrete data stores.
- Datastore
Ext ๐ - IsActor
Result - Macro helper to allow actors to return either a
Resulttype orInfallible(and eventually!). - Store
Request - Allows requesting a (nearly) arbitrary amount of
Readers andWriters in anActor.