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.
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?
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/