subthread_create [function]
subthread_create( fn, this[, args..] )
Starts a managed sub-coroutine (subthread).
- This function returns the created subthread.
- The function passed is immediately called once.
- This thread is owned by the current context (thread, subthread, engine thread or coroutine) - if it's destroyed, this thread will be aborted and destroyed as well.