mrdocs::ExecutorGroup::async
Submit work to be executed.
Synopsis
Declared in <mrdocs/Support/ExecutorGroup.hpp>
template<
class F,
class... Args>
void
async(
F&& f,
Args&&... args);
Parameters
Name |
Description |
f |
The function to invoke. |
args |
Zero or more arguments to forward to the function. |
Created with MrDocs