<img width="830" alt="1" src="https://user-images.githubusercontent.com/958366/43435457-8ca7e172-94b2-11e8-91e4-d1af5db2b4bf.png"> `$thread_col[$index]= new Thread(); $thread_col[$index]->addFunctionTask(function($url){print_r($url);},$primaryUrl); $thread_col[$index]->start();` after invoke the start() method, but the task closure function no run.