Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 2.89 KB

README.md

File metadata and controls

48 lines (34 loc) · 2.89 KB

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.