1 min readMay 19, 2020
I totally agree about Loom’s benefit for libraries. Not sure we will be able to start ignoring concurrency completely like we do with GC.
We still need to decide whether to run in parallel, race, interrupt, fork, join, etc…
But it is so much easier to do concurrency with libraries that use green threads behind the scenes. Like Scala’s Cats Effect IO and ZIO.