amitayh / scalaz-zio

ZIO — A type-safe, composable library for asynchronous and concurrent programming in Scala

Home Page:https://scalaz.github.io/scalaz-zio/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Welcome to ZIO

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

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

  • High-performance. Build scalable applications with 100x the performance of Scala's Future.
  • 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.

To learn more about ZIO, see the following references:



Legal

Copyright 2017 - 2019 John A. De Goes and the ZIO Contributors. All rights reserved.

About

ZIO — A type-safe, composable library for asynchronous and concurrent programming in Scala

https://scalaz.github.io/scalaz-zio/

License:Apache License 2.0


Languages

Language:Scala 96.0%Language:Shell 2.2%Language:JavaScript 1.2%Language:Java 0.6%Language:CSS 0.0%