We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75aa511 commit c993c1dCopy full SHA for c993c1d
README.md
@@ -5,8 +5,9 @@ thread-pool-cpp
5
6
* It is highly scalable and fast.
7
* It is header only.
8
+ * No external dependencies, only standard library needed.
9
* It implements both work-stealing and work-distribution balancing startegies.
- * It implements cooperative scheduling strategy for tasks.
10
+ * It implements cooperative scheduling strategy.
11
12
Example run:
13
Post job to thread pool is much faster than for boost::asio based thread pool.
0 commit comments