Module run

Source

Traits§

Run
Trait for fetching data and running systems. Automatically implemented for systems.
RunAsync
Trait for fetching data and running systems with async/await. Automatically implemented for systems.

Type Aliases§

LocalRun
LocalRunAsync
ThreadRun
ThreadRunAsync