From 656efad58799b8703423aa025032a5f9d143ae2a Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Tue, 3 Apr 2018 07:53:36 +0900 Subject: [PATCH] updating note about thread status in TODO --- TODO | 2 -- 1 file changed, 2 deletions(-) diff --git a/TODO b/TODO index 2b6900e0..c054b836 100644 --- a/TODO +++ b/TODO @@ -91,8 +91,6 @@ - State "DONE" from "TODO" [2010-07-11 Sun 15:31] VM now supports an optional hook for green threads, and a SRFI-18 interface is provided as a separate module. - I/O operations will currently block all threads though, - this needs to be addressed. *** DONE thread-local parameters CLOSED: [2010-12-06 Mon 21:52] *** TODO efficient priority queues