tristanable/todo

10 lines
253 B
Plaintext
Raw Normal View History

2020-09-29 10:58:11 +01:00
- [x] Use queues
- [x] Immediate head chop after dequeue
- [x] Thread.yields
2021-09-08 10:14:00 +01:00
- [ ] Sleep option
2021-09-08 18:23:23 +01:00
- [x] Use linked list for queues (increase performance)
2021-09-08 13:08:22 +01:00
- [ ] shutdown option
2021-09-08 18:23:44 +01:00
- [x] Queue policies
2021-09-08 13:08:22 +01:00
- [x] Length cap
- [ ] Exceptions
- [x] Queue deletion