#include <concurrency/Job.h>
template<InvocableJob T = default_ function_ type>
Job struct
Job descriptor to be run by the workers.
| Template parameters | |
|---|---|
| T | type to be run by the runner. Mostly void function |