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

This branch is 6474 commits behind zio/zio:series/2.x.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8452184 · Dec 4, 2018
Dec 3, 2018
Dec 3, 2018
Dec 4, 2018
Dec 4, 2018
Dec 4, 2018
Dec 4, 2018
Dec 4, 2018
Dec 2, 2018
Aug 23, 2018
Aug 28, 2018
Jun 4, 2018
Dec 4, 2018
Jun 21, 2018
May 19, 2018
Nov 28, 2018
Jun 9, 2018
Jun 9, 2018
Dec 4, 2018
Jun 4, 2018

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%