Features: Add removal of doneChan from worker

This commit is contained in:
Sybren A. Stüvel 2022-05-11 18:09:22 +02:00
parent 0c8fce7b42
commit b908ac75f5

View File

@ -74,6 +74,7 @@ Note that list is **not** in any specific order.
- [ ] Add check per task-type
- [ ] Allow workers to request blocklisting for certain job, with "reason" string.
- [ ] POSIX signal handling (sleep/wake up)
- [ ] Remove `doneChan` field from `Worker` struct, and the handling of it. Its intended use overlaps with the global context.
## Both