Module actor

Module actor 

Source
Expand description

Smallest unit of work within a runtime instance.

Modulesยง

sealed ๐Ÿ”’

Macrosยง

impl_request_helper ๐Ÿ”’
Implements StoreRequest for provided types.

Traitsยง

Actor
Actor interface.
Datastore
Internal trait to abstract out type-erased and concrete data stores.
DatastoreExt ๐Ÿ”’
IsActorResult
Macro helper to allow actors to return either a Result type or Infallible (and eventually !).
StoreRequest
Allows requesting a (nearly) arbitrary amount of Readers and Writers in an Actor.

Attribute Macrosยง

actor
Generates an Actor from a function.