3 unstable releases
0.2.0 | Mar 31, 2021 |
---|---|
0.1.1 | Aug 31, 2017 |
0.1.0 | Aug 30, 2017 |
#1043 in Concurrency
85 downloads per month
17KB
120 lines
workctl
workctl
provides a set of higher-level abstractions for controlling
concurrent/parallel programs.
These abstractions are especially focused on the "controller/worker" paradigm,
in which one or a few "controller" threads determine what work needs to be done
and use WorkQueues
and SyncFlags
to communicate that to many "worker" threads.