mrdocs::ThreadPool::async
Submit work to be executed.
Synopsis
Declared in <mrdocs/Support/ThreadPool.hpp>
template<class F>
void
async(F&& f);
Parameters
Name |
Description |
f |
The function object to execute. |
Created with MrDocs