Expand description
arcon_state contains all state management related functionality for the arcon system.
Modules§
Macros§
- with_
backend_ type - Runs
$bodywith$type_identbound 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_identhappens to be bound to.