mrdocs::ExecutorGroup::emplace

Construct a new agent in the group.

Synopsis

template<class... Args>
void
emplace(Args&&... args);

Description

The behavior is undefined if there is any outstanding work or busy threads.

Parameters

Name

Description

args

Zero or more arguments to forward to the agent constructor.

Created with MrDocs