We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc34c9 commit bbb9f18Copy full SHA for bbb9f18
README.md
@@ -18,6 +18,8 @@ This library internally uses an Artisan command to run the async code, which is
18
## Why should I want this?
19
This library is very helpful for these cases:
20
- You want a cross-platform minimal-setup async for easy vertical scaling
21
+ - `pthreads` is dead ([source](https://www.php.net/manual/en/intro.pthreads.php))
22
+ - `parallel` is general-purpose and does not have Laravel integration
23
- You want to start quick-and-dirty async tasks right now (e.g. prefetching resources, pinging remote, etc.)
24
- Best is if your task only has very few lines of code
25
- Laravel 11 [Concurrency](https://laravel.com/docs/11.x/concurrency) is too limiting; e.g.:
0 commit comments