glibmm: Thread Pools

Pools of threads to execute work concurrently. More...

Classes

class Glib::ThreadPool
A pool of threads to execute work concurrently. More...

Detailed Description

Pools of threads to execute work concurrently.

Deprecated:
This is deprecated in favor of the standard C++ concurrency API in C++11 and C++14.