Using the thread method.
in
Core Library Questions
•
2 years ago
I noticed that in the 0198 revision there is a new thread function added?
+ Addded thread() method that takes a function name as a parameter,and runs it on its own thread. No more classes!
This looks really useful. do i just call thread(myFunction()) and thats that?
:o. can someone give an example of this :P?
1