Method Thread.Farm()->run_async()
- Method run_async
 voidrun_async(function(:void)f,mixed...args)- Description
 Register a job for the thread farm where the return value from
fis ignored.- Parameter 
f Function to call with @
argsto perform the job.- Parameter 
args The parameters for
f.- See also