mrdocs::ThreadPool::async

Submit work to be executed.

Synopsis

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