1
0
mirror of https://github.com/Zygo/bees.git synced 2025-10-30 17:50:36 +01:00
Files
bees/include/crucible/task.h
Zygo Blaxell 8849e57bf0 crucible: add Task class
We need a mechanism for distributing work across processor cores and
disks.

Task implements a simple FIFO/LIFO queue model for executing closures.
Some locking primitives are included (mutex and barrier).

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
2018-01-17 22:51:59 -05:00

3.6 KiB