Skip to main content

Module channel_runtime

Module channel_runtime 

Source
Expand description

Compatibility exports for the v1.5.0 command runtime crate.

The pure channel state model is owned by futu-command-runtime; this module preserves the stable futu_backend::channel_runtime import path.

Structs§

ChannelRuntimeTransition
Result of applying one runtime event.

Enums§

ChannelKind
Logical backend channel kind.
ChannelRuntimeAction
Side effect the channel owner should perform.
ChannelRuntimeEvent
Runtime event consumed by the pure state model.
ChannelRuntimeState
Coarse runtime state for a backend channel.

Functions§

decide_transition
Decide the next pure runtime transition.