from Hacker News

Mistakes to Avoid If You Work with Scala Futures

by vigneshwaran on 2/19/21, 9:57 AM with 6 comments

  • by BalinKing on 2/21/21, 5:28 AM

    I liked the writeup! In my experience, JavaScript Promise (mis)use can share some of these mistakes too—they're probably inherent to the synchronous->asynchronous learning process.