about summary refs log tree commit diff stats
path: root/mu.arc
diff options
context:
space:
mode:
Diffstat (limited to 'mu.arc')
-rw-r--r--mu.arc8
1 files changed, 0 insertions, 8 deletions
diff --git a/mu.arc b/mu.arc
index f482bbcd..e100d089 100644
--- a/mu.arc
+++ b/mu.arc
@@ -205,14 +205,6 @@
 
 ;; managing concurrent routines
 
-; todo: test that restarting a routine works
-;   when it died
-;   when it timed out
-;   when it completed
-; test that run checks status of sleep
-; run multiple routines in tandem
-; drop helper bit in component under test -- comment
-
 (on-init
 ;?   (prn "-- resetting memory allocation")
   (= Memory-allocated-until 1000))