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