Module bao_tree::io::fsm

source ·
Expand description

Async (tokio) io, written in fsm style

IO ops are written as async state machines that thread the state through the futures to avoid being encumbered by lifetimes.

This makes them occasionally a bit verbose to use, but allows being generic without having to box the futures.

Structs§

Enums§

Traits§

Functions§