Task Dispatch and Nonblocking IO in Scala

TL;DR Modern application development platforms are addressing the related issues of globally-coordinated task dispatch and nonblocking IO. Here’s my definition of the problem, an argument for why it matters, and some suggestions for specific standard library features to add to Scala in particular. The same ideas apply to any application development platform, though. It’s rapidly […]