Type-safe, composable asynchronous and concurrent programming for Scala
Get StartedFeatures
High-performance
Build scalable applications with minimal runtime overhead
Type-safe
Use the full power of the Scala compiler to catch bugs at compile time
Concurrent
Easily build concurrent apps without deadlocks, race conditions, or complexity
Asynchronous
Write sequential code that looks the same whether itβs asynchronous or synchronous
Resource-safe
Build apps that never leak resources (including threads!), even when they fail
Testable
Inject test services into your app for fast, deterministic, and type-safe testing
Resilient
Build apps that never lose errors, and which respond to failure locally and flexibly
Functional
Rapidly compose solutions to complex problems from simple building blocks