tristanable/todo

9 lines
232 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
2021-09-08 11:19:09 +02:00
- [ ] Use linked list for queues (increase performance)
2021-09-08 14:08:22 +02:00
- [ ] shutdown option
- [ ] Queue policies
- [x] Length cap
- [ ] Exceptions