<mrdocs/Support/ExecutorGroup.hpp>
class ExecutorGroupBase;
Name |
---|
arg_t |
Name | Description |
---|---|
ExecutorGroupBase [constructor] | Move constructor |
~ExecutorGroupBase [destructor] | Destructor |
wait | Block until all work has completed. |
Name |
---|
AnyAgent |
Impl |
Name | Description |
---|---|
ExecutorGroupBase [constructor] | Construct from ThreadPool |
post | |
run |
Name |
---|
agents_ |
impl_ |
work_ |
Name | Description |
---|---|
ExecutorGroup
| A set of execution agents for performing concurrent work. |