Skip to content

Commit bbb9f18

Browse files
committed
Further describe possible use cases
1 parent ecc34c9 commit bbb9f18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ This library internally uses an Artisan command to run the async code, which is
1818
## Why should I want this?
1919
This library is very helpful for these cases:
2020
- 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
2123
- You want to start quick-and-dirty async tasks right now (e.g. prefetching resources, pinging remote, etc.)
2224
- Best is if your task only has very few lines of code
2325
- Laravel 11 [Concurrency](https://laravel.com/docs/11.x/concurrency) is too limiting; e.g.:

0 commit comments

Comments
 (0)