v1.3.0
A child thread will receive any uncaught exception and report it to the parent. A child thread will stay alive to receive further commands. You can change this behavior using the initialization options "keepAlive" and "quitOnException."
Threads.forceQuit(id) will now terminate a specific thread by it's id.
Threads.close(id) will now request a thread to close by it's id.