thread exceptions

Martin Krejcirik mk-junk at i-line.cz
Tue Aug 7 18:25:35 PDT 2012


Hi,

using std.concurrency, is it possible to print an exception if a thread
throws (and the main thread is still running) ? It just terminates and
prints nothing. I tried to catch it and send as a message to the main
thread, but haven't succeeded so far.

-- 
mk


More information about the Digitalmars-d-learn mailing list