Skip to content

Commit 8f08adf

Browse files
committed
Relate with Laravel 11 Concurrency
1 parent 9d92a07 commit 8f08adf

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 is very helpful for these cases:
1818
- You want a minimal-setup async for easy vertical scaling
1919
- You want to start quick-and-dirty async tasks right now (e.g. prefetching resources, pinging remote, etc.)
2020
- Best is if your task only has very few lines of code
21+
- Laravel 11 [Concurrency](https://laravel.com/docs/11.x/concurrency) is too limiting; e.g.:
22+
- You want to do something else while waiting for results
2123

2224
Of course, if you are considering extreme scaling (e.g. Redis queues in Laravel, multi-worker clusters, etc.) or guaranteed task execution, then this library is obviously not for you.
2325

0 commit comments

Comments
 (0)