Expand description

arcon_state contains all state management related functionality for the arcon system.

Modules

State Backend Implementations

State Trait types

Error utilities

Macros

Runs $body with $type_ident bound to a concrete state backend type based on the runtime value of $type_value (which has to be of type BackendType). The caller has to make sure that the return type of this expression is the same regardless of what $type_ident happens to be bound to.