Skip to content

v1.3.0

Choose a tag to compare

@jumpcutking jumpcutking released this 13 Sep 16:01
· 46 commits to main since this release

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.