Skip to content

Commit c993c1d

Browse files
authored
Update README.md
1 parent 75aa511 commit c993c1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ thread-pool-cpp
55

66
* It is highly scalable and fast.
77
* It is header only.
8+
* No external dependencies, only standard library needed.
89
* It implements both work-stealing and work-distribution balancing startegies.
9-
* It implements cooperative scheduling strategy for tasks.
10+
* It implements cooperative scheduling strategy.
1011

1112
Example run:
1213
Post job to thread pool is much faster than for boost::asio based thread pool.

0 commit comments

Comments
 (0)