From 53f478dde281283b7ef15319c0032781590d2ad2 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Wed, 8 Sep 2021 11:19:09 +0200 Subject: [PATCH] Updated todo list --- todo | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/todo b/todo index 750ca12..663095c 100644 --- a/todo +++ b/todo @@ -2,4 +2,5 @@ - [x] Immediate head chop after dequeue - [x] Thread.yields - [ ] Sleep option -- [ ] Use linked list for queues (increase performance) \ No newline at end of file +- [ ] Use linked list for queues (increase performance) +- [ ] shutdown option \ No newline at end of file