InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Top 7 Scala Asynchronou Projects
-
I use ZIO (https://zio.dev) and nothing really like it exists on any platform.
You can wrap any computation in a single ZIO object e.g. normal, callback, future, promise etc. Which you can then chain together in different ways e.g. run them in parallel, sequentially, race them against each other and kill the loser, scheduling in elaborate ways etc.
And it will execute this either using normal or virtual threads i.e. fibers without locks so it’s extremely fast.
But the incredible part is that it does all of this whilst seamlessly handling every type of error. Which if you’ve ever written complex concurrent code is extremely hard to get right.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Scala Asynchronous discussion
Scala Asynchronous related posts
-
Looking at A Monad Through An Example
-
A question about Http4s new major version
-
Java 19 Is Out
-
Typelevel Native
-
Question about some advanced types
-
Cats vs ZIO
-
Future of monix
-
A note from our sponsor - InfluxDB
www.influxdata.com | 14 Jun 2025
Index
What are some of the best open-source Asynchronou projects in Scala? This list will help you:
# | Project | Stars |
---|---|---|
1 | ZIO | 4,216 |
2 | cats-effect | 2,129 |
3 | sttp | 1,477 |
4 | Scala Async | 1,155 |
5 | ReactiveMongo | 849 |
6 | Play WS | 225 |
7 | fs2-kafka | 77 |