Bash++
Bash++ compiler internal documentation
|
#include <condition_variable>
#include <functional>
#include <mutex>
#include <queue>
#include <vector>
#include <thread>
Go to the source code of this file.
Classes | |
class | ThreadPool |
A thread pool implementation that manages a pool of worker threads to execute tasks concurrently. More... | |