Module fn_flow

Module fn_flow 

Source
Expand description

This module contains everything needed for constructing FnFlow.

For detailed behavior and examples, see the documentation of FnFlow and Runner.

Structs§

FnFlow
FnFlow takes some async function and wraps around it to crate a node.

Traits§

Runner
The Runner is used in FnFlow and is basically a replacement for Node.