This commit is contained in:
as2252258@163.com
2021-03-26 01:42:15 +08:00
parent b262a3ad0a
commit 21c91d93f8
+1 -1
View File
@@ -29,7 +29,7 @@ class Consumer extends Process
$process->name('Crontab consumer');
$this->channel = new Coroutine\Channel(2000);
Coroutine\go(function () {
go(function () {
$this->popChannel();
});
$this->tick($process);