File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ This means that you control how many operations can be executed concurrently.
104104If you add a job to the queue and it still below the limit, it will be executed
105105immediately. If you keep adding new jobs to the queue and its concurrency limit
106106is reached, it will not start a new operation and instead queue this for future
107- execution. Once one of the pending operations complete, it will pick the next
107+ execution. Once one of the pending operations is complete, it will pick the next
108108job from the queue and execute this operation.
109109
110110The ` new Queue(int $concurrency, ?int $limit, callable(mixed):PromiseInterface<T> $handler) ` call
Original file line number Diff line number Diff line change 1616 * If you add a job to the queue and it still below the limit, it will be executed
1717 * immediately. If you keep adding new jobs to the queue and its concurrency limit
1818 * is reached, it will not start a new operation and instead queue this for future
19- * execution. Once one of the pending operations complete, it will pick the next
19+ * execution. Once one of the pending operations is complete, it will pick the next
2020 * job from the queue and execute this operation.
2121 *
2222 * @template T
File renamed without changes.
You can’t perform that action at this time.
0 commit comments