View source
typedef ThreadCallbacks
package sys.thread
import sys.thread.Thread
Available on hl, jvm, neko, python, cpp, macro
Called when the thread is exiting, after onAbort if applicable. If this callback throws,
the exception is forwarded to the default abort handler, ignoring any assigned onAbort.