TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Async Ruby on Rails

2 pointsby nf312 months ago

1 comment

Alifatisk12 months ago
Very interesting post, but one question is it really necessary to wrap it in a Sync block? Isn&#x27;t it synchronous outside the async block?<p><pre><code> Sync do 5.times.map do Async do ... end end.map(&amp;:wait) end</code></pre>