tristanable/todo

10 lines
253 B
Plaintext
Raw Normal View History

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