[racket-dev] Thread exit status

From: Tony Garnock-Jones (tonyg at ccs.neu.edu)
Date: Sat Oct 22 17:37:55 EDT 2011

On 2011-10-22 5:10 PM, Eli Barzilay wrote:
> I don't see how why that cannot be built on top of `delay/thread'.

Because
1. the threads may not have been started via delay/thread, and
2. there is no way to get from (current-thread) to the promise.

My best bet so far seems to be something along the lines of
https://gist.github.com/1306106, perhaps simplified to only deal with
exceptions.

Regards,
  Tony


Posted on the dev mailing list.