Skip to content

Commit b910a6f

Browse files
committed
Adjust use case examples
1 parent 4467540 commit b910a6f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ Utilize Laravel Processes to run PHP code asynchronously.
1515

1616
## Why should I want this?
1717
This library is very helpful for these cases:
18-
- You want to check the results later at your leisure
19-
- Or simply don't care about the results at all, just like [UDP](https://en.wikipedia.org/wiki/User_Datagram_Protocol)! It's up to you.
20-
- You want to start quick-and-dirty tasks right now (e.g. prefetching resources)
21-
- You want a minimal-setup async that auto-scales alongside your machine
18+
- You want a minimal-setup async for easy vertical scaling
19+
- You want to start quick-and-dirty async tasks right now (e.g. prefetching resources, pinging remote, etc.)
20+
- Best is if your task only has very few lines of code
2221

2322
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.
2423

0 commit comments

Comments
 (0)