Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

thread_pool::attach

Attaches the current thread to the pool.

void attach();

This function attaches the current thread to the pool so that it may be used for executing submitted function objects. Blocks the calling thread until the pool is stopped or joined and has no outstanding work.


PrevUpHomeNext