正在加载视频...

视频加载失败

Speed up sequential async/await code with promise concurrency But be aware of a couple critical gotchas! Read more in my latest article:

459,110 次观看 • 3 年前 •via X (Twitter)

10 条评论

Steve (Builder.io) 的头像
Steve (Builder.io)3 年前

More concurrency patterns, methods, and gotchas to be aware of in the full article:

Kasun Vithanage 的头像
Kasun Vithanage3 年前

a little mistake

Steve (Builder.io) 的头像
Steve (Builder.io)3 年前

ah, thank you, will fix!

John Lindquist 的头像
John Lindquist3 年前

Great lesson. Great format. Bravo 👏

Steve (Builder.io) 的头像
Steve (Builder.io)3 年前

Thanks John!

Sam Sedighian 的头像
Sam Sedighian3 年前

Convienced me to never use Promise.all ever again and instead use Promise.allSettled is that a fair take away or am I being excessive?

Steve (Builder.io) 的头像
Steve (Builder.io)3 年前

Yeah I think it’s a wise move tbh

Steve (Builder.io) 的头像
Steve (Builder.io)3 年前

@aradwaann Can you link to that? I don’t think that’s a reply to this video, but rather something else. The article talks about this example specifically and neither the article nor the video claim Promise.all is parallelizing the calls

John Veldboom 的头像
John Veldboom3 年前

Your tutorials and blog posts are great! Any thoughts about adding an RSS feed to the blog? I'd really like to add it to my RSS reader to be notified of new posts

Steve (Builder.io) 的头像
Steve (Builder.io)3 年前

Ah yes the blog supports RSS! JSON: Atom: XML:

相关视频