better timeout handling in EXIT and %EXIT-OTHER-THREADS
authorNikodemus Siivola <nikodemus@sb-studio.net>
Thu, 3 May 2012 10:25:09 +0000 (13:25 +0300)
committerNikodemus Siivola <nikodemus@sb-studio.net>
Fri, 4 May 2012 08:04:11 +0000 (11:04 +0300)
  Account the timeout against all the threads being joined, not each
  separately.

  Also move handling of "main thread exiting even though another
  thread got the call" handling to %EXIT.

  ...and one missing #!+sb-doc


No differences found