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 Concurrent.Future object for the job.
- Note
In Pike 7.8 and earlier this function was broken and returned a Result object that wasn't connected to the job.
- Note
In Pike 8.0 and earlier this function returned a Result object.
- See also