Rune - Main should exit without waiting for threads
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 11 Aug 2016 01:52:41 +0000 (18:52 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 11 Aug 2016 01:52:41 +0000 (18:52 -0700)
commitd342ead067036471b13adfb9b7fe98942a91f0a1
tree7488ea8e1a0e5617d1395ff77e8ae20fdf51d3b1
parent493511741b0e26094cf497cd007325ee52be5edb
Rune - Main should exit without waiting for threads

* The main() now exits when it returns, no longer waiting for
  other threads to finish first.

  The programmer can decide to wait for not with Thread.waitThreads();
libruntime/rt_main.c