Skip to content
forked from zio/zio

ZIO — Type-safe, composable concurrency for Scala

License

Notifications You must be signed in to change notification settings

jozanek/scalaz-zio

 
 

Repository files navigation

ZIO Logo

CI Coverage Snapshot Release Issues Users
Build Status Coverage Status Snapshot Artifacts Release Artifacts Average time to resolve an issue Scaladex dependencies badge

ZIO is a zero-dependency Scala library for asynchronous and concurrent programming.

Powered by highly-scalable, non-blocking fibers that never waste resources, ZIO lets you build scalable, resilient, and reactive applications that meet the needs of your business.

  • High-performance. Build fast applications with 100x the performance of Scala's Future.
  • Type-safe. Use the Scala compiler to find bugs at compile time.
  • Concurrent. Easily build massively concurrent applications.
  • Asynchronous. Escape callback hell with a unified model of computation.
  • Resource-safe. Build apps that never leak resources.
  • Functional. Rapidly compose solutions to complex problems from simple building blocks.

See the following references for more information:



Legal

Copyright (C) 2017-2018 John A. De Goes and the ZIO Contributors. All rights reserved.

About

ZIO — Type-safe, composable concurrency for Scala

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 90.0%
  • Shell 4.8%
  • CSS 4.1%
  • Java 1.1%