[plt-scheme] thread manager?

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Tue May 2 01:12:11 EDT 2006

At Mon, 1 May 2006 14:05:22 -0500, "Corey Sweeney" wrote:
> I was thinking of writing a "thread manager".  I.E. something like the popup
> window for operating systems that let you kill processes.  Basically a list
> of all running threads, and a "kill by mouseclick" callback, or something.
> So my questions are:
> 
> #1 has something like this already been written?

No, I don't think so.

> #2 Does there exist a "get-list-of-all-current-threads" call?

It can be implemented with `custodian-managed-list'.

Matthew



Posted on the users mailing list.