Most Common Mistake With Async Loops

preview_player
Показать описание
#shorts
--
--
--
If you’re just as crazy for tech as us, we’d love to keep you around. You can also find us at:

We’ll be waiting to catch up with a fellow techie:)
Рекомендации по теме
Комментарии
Автор

This showed up in my recommended after I watched a pretty useless explanation. This is actually useful - I’ve made this error before and ended up wrapping everything in thread pool executor and passing it to an event loop… should have just appended all the promises and awaited! Good stuff sir

Zzznmop
Автор

It's better to use promise.allsetteled, that way we can handle errors😎

sourav_