about summary refs log tree commit diff stats
path: root/mu.arc.t
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-01-21 12:33:36 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-01-21 12:33:36 -0800
commitdf0485ae6ebe851e081cf1b7263a47d67a0cf67e (patch)
tree29a2a90a24d6435afea581ed81c576da96daa701 /mu.arc.t
parente612b44f76e6ab450d82bd34b584053052bd44af (diff)
downloadmu-df0485ae6ebe851e081cf1b7263a47d67a0cf67e.tar.gz
598 - clear up a minor mystery
Diffstat (limited to 'mu.arc.t')
-rw-r--r--mu.arc.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/mu.arc.t b/mu.arc.t
index a617ec3a..f810c4b4 100644
--- a/mu.arc.t
+++ b/mu.arc.t
@@ -2972,6 +2972,7 @@
 ;     when it timed out
 ;     when it completed
 ;   running multiple routines in tandem
+;   sleeping routine without a stack? how is that possible?
 ; first example using these features: read-move-incomplete in chessboard-cursor.arc.t
 
 ; The scheduler needs to keep track of the call stack for each routine.