This commit is contained in:
2020-10-10 13:55:14 +08:00
parent 4bb06ef42d
commit 1e5acbb2f1
2 changed files with 44 additions and 27 deletions
+2
View File
@@ -60,6 +60,8 @@ class Consumer
* start consumer
*
* @access public
* @param \Closure|null $consumer
* @param bool $isBlock
* @return void
*/
public function start(\Closure $consumer = null, $isBlock = true)