amitmerchant1990 / amitmerchant-dot-com-comments

1 stars 0 forks source link

the-magic-behind-laravels-new-defer-helper/ #124

Open utterances-bot opened 2 weeks ago

utterances-bot commented 2 weeks ago

The magic behind Laravel's new defer() helper — Amit Merchant — A blog on PHP, JavaScript, and more

Laravel has recently been shipped with a new helper called defer() which can be used to defer the execution of a callback until after a successful response has been sent.

https://www.amitmerchant.com/the-magic-behind-laravels-new-defer-helper/

jmas commented 2 weeks ago

Does it means that it will be less processes that can handle new upcoming requests because some of processes are still work on processing terminate tasks?