Method Thread.Farm()->run()
- Method
run
Concurrent.Futurerun(function(:void)f,mixed...args)- Description
Register a job for the thread farm.
- Parameter
f Function to call with @
argsto perform the job.- Parameter
args The parameters for
f.- Returns
Returns a
Resultobject for the job.- Note
In Pike 7.8 and earlier this function was broken and returned a
Resultobject that wasn't connected to the job.- See also