[racket-dev] Thread exit status

From: Tony Garnock-Jones (tonyg at ccs.neu.edu)
Date: Sat Oct 22 15:25:20 EDT 2011

On 2011-10-22 1:27 PM, Eli Barzilay wrote:
> Sound like `delay/thread' might be doing everything you need.

That's a neat thing, but it's not quite what I'm after. I have a
collection of threads that are started independently and later start
communicating via some shared medium. The shared medium notices when the
threads using it die, and notifies the remaining threads. What I'd like
is to be able to propagate the cause of death as part of the death
notification message.

Regards,
  Tony


Posted on the dev mailing list.