[][src]Module flowrlib::loader

loader is responsible for loading a flow from it's manifest and loading libraries it uses

Structs

Loader

A Loader is responsible for loading a Flow from it's Manifest, loading the required libraries needed by the flow and keeping track of the Function Implementations that will be used to execute it.