(Deprecated) Async library More...
(Deprecated) Async library
Classes | |
| class | BasicDispatcher |
| BasicDispatcher is a generic implementation of Dispatcher. More... | |
| struct | Context |
Contextual information provided by a Dispatcher to a running task. More... | |
| class | Dispatcher |
| class | FunctionDispatcher |
| class | HeapDispatcher |
| class | Task |
Typedefs | |
| using | TaskFunction = Function< void(Context &, Status)> |