Threading
Register
MTools.Threading.Register(callback, critical, other);
Name
Type
Description
callback
function
A function called in another thread.
critical
table
Optional. Releases ownership of the specified critical section object.
other
all
It is better to use 1. Other arguments.
Allows functions to be called in separate threads. Example usage:
Destroy
Thread:Destroy();
Name
Type
Description
-
-
-
Allows you to kill the flow. Example usage:
Last updated