Crate arcon_state

Crate arcon_state 

Source
Expand description

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

Modules§

backend
State Backend Implementations
data
State Trait types
error
Error utilities

Macros§

with_backend_type
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.