#include <job.h>

Template for jobs which return nothing.
Protected Types | |
| using | ValueType = void |
Protected Member Functions | |
| ResultOk< void > | SetResult () |
| void | GetResultValue () |
| template<typename FN , typename... ARGS> | |
| Result< void > | Invoke (FN &&obj, ARGS &&... args) |
Friends | |
| template<typename > | |
| struct | MoveToTuple |
| template<typename , typename , typename , typename > | |
| class | ContinuationJob |