mrdocs::ExecutorGroupBase::post
Queue work to run on the group agents.
Synopsis
void
post(any_callable<void(void*)> work);
Parameters
Name |
Description |
work |
A movable, type‐erased function object. |
Created with MrDocs