Skip to content
/ zio Public
forked from zio/zio

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

License

Notifications You must be signed in to change notification settings

devsisters/zio

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

Folders and files

NameName
Last commit message
Last commit date
Aug 20, 2023
Aug 25, 2020
Jul 14, 2023
Dec 12, 2022
Jul 28, 2023
Aug 29, 2023
Sep 1, 2023
Apr 2, 2023
May 7, 2022
Jun 13, 2023
May 7, 2023
May 7, 2023
Jun 19, 2023
Jun 19, 2023
Aug 17, 2023
Dec 7, 2022
Jan 2, 2023
Aug 17, 2023
Aug 17, 2023
Jun 24, 2022
Jan 2, 2023
Feb 13, 2023
Jan 2, 2023
Jan 2, 2023
Jun 27, 2023
May 19, 2023
Jul 28, 2023
Aug 21, 2023
Aug 30, 2023
Jul 22, 2023
Oct 27, 2021
Oct 27, 2021
Jun 22, 2022
Dec 1, 2021
Nov 19, 2021
Aug 3, 2023
Aug 3, 2023
May 19, 2018
Jun 27, 2023
Dec 7, 2018
Aug 17, 2023
Apr 13, 2023
Dec 7, 2022

Repository files navigation

ZIO Logo

Project Stage CI Release Snapshot Issues
Project stage CI Release Artifacts Snapshot Artifacts Average time to resolve an issue
Scaladoc Scaladex Discord Twitter Gitpod
Scaladoc Badge-Scaladex-page Badge-Discord Badge-Twitter Gitpod ready-to-code

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:


Adopters

Following is a partial list of companies happily using ZIO in production to craft concurrent applications.

Want to see your company here? Submit a PR!

Sponsors

Ziverge

Ziverge is a leading contributor to ZIO.

Scalac

Scalac sponsors ZIO Hackathons and contributes work to multiple projects in ZIO ecosystem.

Septimal Mind

Septimal Mind sponsors work on ZIO Tracing and continuous maintenance.

YourKit

YourKit generously provides use of their monitoring and profiling tools to maximize the performance of ZIO applications.



Code of Conduct

See the Code of Conduct


Support

Come chat with us on Badge-Discord.


Legal

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 96.6%
  • CSS 1.7%
  • JavaScript 1.0%
  • Shell 0.4%
  • TypeScript 0.2%
  • Java 0.1%