Skip to main content

Module conn_state

Module conn_state 

Source
Expand description

Management for per-connection state machines.

Structs§

LayerStateIter
StateTransitionIter

Enums§

StateTransition
The possible state transitions that a data type, filter, or callback (function and/or struct) can be associated with. Developers should refer to these in macros.
StateTxData
State Transitions with associated data, used as wrappers for users to request as a parameter to a function.