作者 竞泽

docs:append async usage

正在显示 1 个修改的文件 包含 7 行增加0 行删除
@@ -102,5 +102,12 @@ class Send implements ShouldQueue @@ -102,5 +102,12 @@ class Send implements ShouldQueue
102 } 102 }
103 } 103 }
104 104
  105 +
  106 +# rewrite callbacks.dispatcher
  107 +
  108 +$dispatcher = function ($agents, $body){
  109 + Send::dispatch($agents, $body);
  110 +}
  111 +
105 ``` 112 ```
106 113