process_threads [function]
process_threads( dt[, ctx ] )
Advance the managed subthreads once, using the specified delta time.
- If
ctx
is unspecified, it defaults to the current context. - This function should only be used on the engine thread and owned coroutines since it recursively advances all subthreads.