|
|
template<class Callback > |
| WorkPtr | Work (Callback &&callback) |
| | creates a work object, a lightweight implementation of callback used in scheduler for worker tasks.
|
| |
|
template<class Callback > |
| WorkPtr | WorkRepetitive (Callback &&callback) |
| | creates a work object, a lightweight implementation of callback used in scheduler for worker tasks.
|
| |