I now have a wild thread going which I wish to kill.  Hitting
"Stop" in Drscheme seems to only kill the formost process. 
Obviously I could close out drscheme, and restart it, but I plan to be
accidently creating many more wild threads throughout my development
process.  Ideally I'd like to be able to just terminate the wild
thread without stopping any of the others.<br>
<br>
I was thinking of writing a &quot;thread manager&quot;.&nbsp; I.E. something like
the popup window for operating systems that let you kill
processes.&nbsp; Basically a list of all running threads, and a &quot;kill
by mouseclick&quot; callback, or something.&nbsp; So my questions are:<br>
<br>
#1 has something like this already been written?<br>
<br>
#2 Does there exist a &quot;get-list-of-all-current-threads&quot; call?&nbsp; If
not, I'll have to register my threads myself, and my solution will end
up being specifc to my application, and won't be usefull to anyone else.<br clear="all"><br>
Corey<br>-- <br>((lambda (y) (y y)) (lambda (y) (y y)))