Crate exec_rs[−][src]
Modules
| sync |
Structs
| BaseInvoker | Struct that provides an empty |
| CombinedInvoker | Struct that enables combining two |
| DelegatingModeCombiner | Default implementation for the |
| Mode | Struct that manages collecting and combining |
| ModeCombinerIterator | Iterator that can unwrap combined ModeCombiners by stepping into the outer ModeCombiner recursively. |
| Sentinel | Type that manages calling |
Traits
| Invoker | Trait that may be implemented for types that manage executing a task that do not care about
the return type of the task. Implementors may simply override |
| ModeCombiner | Trait used to combine |
| ModeWrapper | Trait to implement in order to apply a mode to a task. ModeWrappers are supplied to a |
Functions
| invoke | Function that implements using a reference to a |