Open utterances-bot opened 2 years ago
If you’re familiar with JavaScript, you might have worked with or at least heard about Promises at some point of time.
https://www.amitmerchant.com/using-javascript-style-promises-php/
Is this implementation somehow concurrent or async? The latter meaning it depends on an event loop (as Node). Can you dispatch multiple http requests and await them in parallel?
Using JavaScript-style Promises in PHP — Amit Merchant — A blog on PHP, JavaScript, and more
If you’re familiar with JavaScript, you might have worked with or at least heard about Promises at some point of time.
https://www.amitmerchant.com/using-javascript-style-promises-php/