1 unstable release
0.1.1 | Jun 11, 2022 |
---|---|
0.1.0 |
|
#1267 in Concurrency
7KB
104 lines
workers_pool
A long running threadpool for parallel task execution
lib.rs
:
A worker pool used for parallel computing of a large number of relatively small tasks.
Tasks are computed on separate threads and are given read-only access to a common context.
Threads are spawned at creation and do not currently recover from panics.
Dependencies
~205KB