mrdocs::TaskGroup

A subset of possible work in a thread pool.

Synopsis

Declared in <mrdocs/Support/ThreadPool.hpp>

class TaskGroup;

Member Functions

Name

Description

TaskGroup [constructor]

Constructor.

~TaskGroup [destructor]

Destructor.

async

Submit work to be executed.

wait

Block until all work has completed.

Created with MrDocs