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.

A problem with IO

2 pointsby jxubover 6 years ago

1 comment

z3t4over 6 years ago
IO itself is not hard, what&#x27;s difficult is <i>async</i> IO. The solution has always been to think of it as serial - flat-mapping it into a serial timeline. I however think that it&#x27;s better to embrace the &quot;async&quot; eg that things can happen anywhere and at any time, and deal with it using event-driven programming patterns.