tristanable/todo

5 lines
151 B
Plaintext
Raw Normal View History

2020-09-29 11:58:11 +02:00
- [x] Use queues
- [x] Immediate head chop after dequeue
- [x] Thread.yields
2021-09-08 11:14:00 +02:00
- [ ] Sleep option
2020-09-29 11:58:11 +02:00
- [ ] Use linked list for queues (increase performance)