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