zio

所属分类:hotest
开发工具:Scala
文件大小:0KB
下载次数:0
上传日期:2023-06-27 18:06:55
上 传 者sh-1993
说明:  ZIO-Scala中用于异步和并发编程的类型安全的可组合库
(ZIO — A type-safe, composable library for async and concurrent programming in Scala)

文件列表:
zio-series-1.x/ (0, 2023-07-22)
zio-series-1.x/.nvmrc (8, 2023-07-22)
zio-series-1.x/.scalafmt.conf (739, 2023-07-22)
zio-series-1.x/.vscode/ (0, 2023-07-22)
zio-series-1.x/.vscode/settings.json (144, 2023-07-22)
zio-series-1.x/CODE_OF_CONDUCT.md (29, 2023-07-22)
zio-series-1.x/CONTRIBUTING.md (26, 2023-07-22)
zio-series-1.x/LICENSE (11357, 2023-07-22)
zio-series-1.x/ZIO.png (204917, 2023-07-22)
zio-series-1.x/assets/ (0, 2023-07-22)
zio-series-1.x/assets/zio-CMYK/ (0, 2023-07-22)
zio-series-1.x/assets/zio-CMYK/zio-full-color-cmyk-01.jpg (1224596, 2023-07-22)
zio-series-1.x/assets/zio-CMYK/zio-full-color-cmyk-01.png (188876, 2023-07-22)
zio-series-1.x/assets/zio-CMYK/zio-full-color-cmyk-01.psd (2546218, 2023-07-22)
zio-series-1.x/assets/zio-CMYK/zio-full-color-cmyk.ai (1665662, 2023-07-22)
zio-series-1.x/assets/zio-CMYK/zio-full-color-cmyk.eps (2051142, 2023-07-22)
zio-series-1.x/assets/zio-CMYK/zio-full-color-cmyk.pdf (814871, 2023-07-22)
zio-series-1.x/assets/zio-RGB/ (0, 2023-07-22)
zio-series-1.x/assets/zio-RGB/zio full color RGB/ (0, 2023-07-22)
zio-series-1.x/assets/zio-RGB/zio full color RGB/zio-full-color-rgb.ai (697604, 2023-07-22)
zio-series-1.x/assets/zio-RGB/zio full color RGB/zio-full-color-rgb.eps (1311014, 2023-07-22)
zio-series-1.x/assets/zio-RGB/zio full color RGB/zio-full-color-rgb.jpg (490271, 2023-07-22)
zio-series-1.x/assets/zio-RGB/zio full color RGB/zio-full-color-rgb.pdf (691216, 2023-07-22)
zio-series-1.x/assets/zio-RGB/zio full color RGB/zio-full-color-rgb.png (165672, 2023-07-22)
zio-series-1.x/assets/zio-RGB/zio full color RGB/zio-full-color-rgb.psd (612537, 2023-07-22)
zio-series-1.x/assets/zio-RGB/zio-monochromes-rgb/ (0, 2023-07-22)
zio-series-1.x/assets/zio-RGB/zio-monochromes-rgb/black-rgb/ (0, 2023-07-22)
zio-series-1.x/assets/zio-RGB/zio-monochromes-rgb/black-rgb/zio-black-invert-rgb-01.jpg (354070, 2023-07-22)
zio-series-1.x/assets/zio-RGB/zio-monochromes-rgb/black-rgb/zio-black-rgb-01.png (119534, 2023-07-22)
... ...

![ZIO Logo](https://github.com/zio/zio/blob/master/./ZIO.png) | Project Stage | CI | Release | Snapshot | Issues | | --- | --- | --- | --- | --- | | [![Project stage][Badge-Stage]][Badge-Stage-Page] | ![CI][Badge-CI] | [![Release Artifacts][Badge-SonatypeReleases]][Link-SonatypeReleases] | [![Snapshot Artifacts][Badge-SonatypeSnapshots]][Link-SonatypeSnapshots] | [![Average time to resolve an issue][Badge-IsItMaintained]][Link-IsItMaintained] | | Scaladoc | Scaladex | Discord | Twitter | Gitpod | | --- | --- | --- | --- | --- | | [Scaladoc][Link-Scaladoc] | [![Badge-Scaladex-page]][Link-Scaladex-page] | [![Badge-Discord]][Link-Discord] | [![Badge-Twitter]][Link-Twitter] | [![Gitpod ready-to-code](https://github.com/zio/zio/blob/master/https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://github.com/zio/zio/blob/master/https://gitpod.io/#https://github.com/zio/zio) | # 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: - [Homepage](https://github.com/zio/zio/blob/master/https://zio.dev/) - [Contributor's Guide](https://github.com/zio/zio/blob/master/./docs/about/contributing.md) - [License](https://github.com/zio/zio/blob/master/LICENSE) - [Issues](https://github.com/zio/zio/blob/master/https://github.com/zio/zio/issues) - [Pull Requests](https://github.com/zio/zio/blob/master/https://github.com/zio/zio/pulls) --- # 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](https://github.com/zio/zio/blob/master/https://github.com/zio/zio/edit/master/README.md)! * [AdGear / Samsung Ads](https://github.com/zio/zio/blob/master/https://adgear.com/en/) * [Adidas](https://github.com/zio/zio/blob/master/https://www.adidas.com/) * [adpulse.io](https://github.com/zio/zio/blob/master/https://www.adpulse.io/) * [adsquare](https://github.com/zio/zio/blob/master/https://www.adsquare.com/) * [Anduin Transactions](https://github.com/zio/zio/blob/master/https://www.anduintransact.com/) * [Ayolab](https://github.com/zio/zio/blob/master/https://www.ayolab.com/) * [Asana](https://github.com/zio/zio/blob/master/https://asana.com/) * [Aurinko](https://github.com/zio/zio/blob/master/https://www.aurinko.io/) * [auto.ru](https://github.com/zio/zio/blob/master/https://auto.ru) * [AutoScout24](https://github.com/zio/zio/blob/master/https://www.autoscout24.de) * [Avast](https://github.com/zio/zio/blob/master/https://www.avast.com) * [Bank of America](https://github.com/zio/zio/blob/master/https://www.bofa.com) * [Bpp](https://github.com/zio/zio/blob/master/https://www.bpp.it/) * [Broad](https://github.com/zio/zio/blob/master/https://broad.app) * [Caesars Digital](https://github.com/zio/zio/blob/master/https://www.caesars.com/sportsbook-and-casino) * [CalcBank](https://github.com/zio/zio/blob/master/https://www.calcbank.com.br) * [Call Handling](https://github.com/zio/zio/blob/master/https://www.callhandling.co.uk/) * [Carvana](https://github.com/zio/zio/blob/master/https://www.carvana.com) * [Cellular](https://github.com/zio/zio/blob/master/https://www.cellular.de) * [Cloudfarms](https://github.com/zio/zio/blob/master/https://cloudfarms.com) * [CodeComprehension](https://github.com/zio/zio/blob/master/https://codecomprehension.com) * [Codept](https://github.com/zio/zio/blob/master/https://www.codept.de/) * [Colisweb](https://github.com/zio/zio/blob/master/https://www.colisweb.com/en) * [Collibra](https://github.com/zio/zio/blob/master/https://www.collibra.com/) * [Compellon](https://github.com/zio/zio/blob/master/https://www.compellon.com/) * [Complicated Robot](https://github.com/zio/zio/blob/master/https://www.complicatedrobot.com/) * [Conduktor](https://github.com/zio/zio/blob/master/https://www.conduktor.io) * [Contramap](https://github.com/zio/zio/blob/master/https://www.contramap.dev) * [Coralogix](https://github.com/zio/zio/blob/master/https://coralogix.com) * [Credit Karma](https://github.com/zio/zio/blob/master/https://creditkarma.com) * [CurrencyCloud](https://github.com/zio/zio/blob/master/https://www.currencycloud.com/) * [D.E.Solution](https://github.com/zio/zio/blob/master/https://de-solution.com/) * [DataChef](https://github.com/zio/zio/blob/master/https://datachef.co) * [Demandbase](https://github.com/zio/zio/blob/master/https://www.demandbase.com) * [Demyst](https://github.com/zio/zio/blob/master/https://demyst.com) * [Devsisters](https://github.com/zio/zio/blob/master/https://devsisters.com/) * [DHL Parcel The Netherlands](https://github.com/zio/zio/blob/master/https://www.werkenbijdhl.nl/it) * [Disney+ Streaming](https://github.com/zio/zio/blob/master/https://www.disneyplus.com/) * [Doomoolmori](https://github.com/zio/zio/blob/master/https://doomoolmori.com/) * [Dow Jones](https://github.com/zio/zio/blob/master/https://www.dowjones.com) * [DPG recruitment](https://github.com/zio/zio/blob/master/https://www.dpgrecruitment.nl) * [Dream11](https://github.com/zio/zio/blob/master/https://dream11.com) * [Deutsche Telekom IoT GmbH](https://github.com/zio/zio/blob/master/https://iot.telekom.com/en) * [eBay](https://github.com/zio/zio/blob/master/https://www.ebay.com) * [Eaglescience](https://github.com/zio/zio/blob/master/https://www.eaglescience.nl) * [Electricité de France (EDF)](https://github.com/zio/zio/blob/master/https://www.edf.fr/) * [EnelX](https://github.com/zio/zio/blob/master/https://www.enelx.com) * [Evolution](https://github.com/zio/zio/blob/master/https://evolution.engineering) * [Evo](https://github.com/zio/zio/blob/master/https://evo.company) * [Flipp](https://github.com/zio/zio/blob/master/https://flipp.com/) * [Fugo.ai](https://github.com/zio/zio/blob/master/https://www.fugo.ai) * [Garner Distributed Workflow](https://github.com/zio/zio/blob/master/https://www.garnercorp.com/) * [Glean](https://github.com/zio/zio/blob/master/https://www.gleancompany.com) * [GrandParade](https://github.com/zio/zio/blob/master/https://grandparade.co.uk) * [greyflower.media GmbH](https://github.com/zio/zio/blob/master/https://greyflower.media) * [Hunters.AI](https://github.com/zio/zio/blob/master/https://hunters.ai) * [Hypefactors](https://github.com/zio/zio/blob/master/https://hypefactors.com/) * [iHeartRadio](https://github.com/zio/zio/blob/master/https://www.iheart.com/) * [IHS Markit](https://github.com/zio/zio/blob/master/https://ihsmarkit.com/) * [Investsuite](https://github.com/zio/zio/blob/master/https://investsuite.com/) * [Kaizen Solutions](https://github.com/zio/zio/blob/master/https://kaizen-solutions.net/) * [Kamon APM](https://github.com/zio/zio/blob/master/https://kamon.io/) * [Kodmagi](https://github.com/zio/zio/blob/master/https://www.kodmagi.se) * [Kensu](https://github.com/zio/zio/blob/master/https://kensu.io) * [LambdaWorks](https://github.com/zio/zio/blob/master/https://www.lambdaworks.io/) * [LeadIQ](https://github.com/zio/zio/blob/master/https://leadiq.com) * [Lernkunst](https://github.com/zio/zio/blob/master/http://www.lernkunst.com/) * [LiveIntent Inc.](https://github.com/zio/zio/blob/master/https://liveintent.com) * [Lottoland](https://github.com/zio/zio/blob/master/https://lottoland.com) * [MATECHS](https://github.com/zio/zio/blob/master/https://matechs.com) * [Megogo](https://github.com/zio/zio/blob/master/https://megogo.net) * [Mylivn](https://github.com/zio/zio/blob/master/https://www.mylivn.com/) * [NewMotion](https://github.com/zio/zio/blob/master/https://newmotion.com) * [Nexxchange](https://github.com/zio/zio/blob/master/https://www.nexxchange.com) * [Nike](https://github.com/zio/zio/blob/master/https://nike.com) * [NsLookup](https://github.com/zio/zio/blob/master/https://www.nslookup.io) * [Ocado Technology](https://github.com/zio/zio/blob/master/https://ocadotechnology.com) * [Olyro GmbH](https://github.com/zio/zio/blob/master/https://olyro.de) * [Optrak](https://github.com/zio/zio/blob/master/https://optrak.com) * [Performance Immo](https://github.com/zio/zio/blob/master/https://www.performance-immo.com/) * [Playtika](https://github.com/zio/zio/blob/master/https://www.playtika.com) * [PPC Samurai](https://github.com/zio/zio/blob/master/https://ppcsamurai.com/) * [Prezi](https://github.com/zio/zio/blob/master/https://prezi.com/) * [Radix Labs](https://github.com/zio/zio/blob/master/https://www.radix.bio/) * [Railroad19](https://github.com/zio/zio/blob/master/https://www.railroad19.com) * [Randstad Groep Nederland](https://github.com/zio/zio/blob/master/https://www.werkenbijrandstad.nl) * [Rapidor](https://github.com/zio/zio/blob/master/https://www.rapidor.co) * [PIM Solutions](https://github.com/zio/zio/blob/master/https://pimsolutions.ru/) * [REWE Digital](https://github.com/zio/zio/blob/master/http://rewe-digital.com/) * [Risk Ident](https://github.com/zio/zio/blob/master/https://riskident.com/) * [Rocker](https://github.com/zio/zio/blob/master/https://rocker.com/) * [Rudder](https://github.com/zio/zio/blob/master/https://www.rudder.io/) * [Sanjagh](https://github.com/zio/zio/blob/master/https://sanjagh.pro/) * [Scalac](https://github.com/zio/zio/blob/master/https://scalac.io/) * [SecurityScorecard](https://github.com/zio/zio/blob/master/https://www.securityscorecard.io/) * [SentinelOne](https://github.com/zio/zio/blob/master/https://www.sentinelone.com/) * [Signicat](https://github.com/zio/zio/blob/master/https://www.signicat.com/) * [Société Générale Corporate and Investment Banking](https://github.com/zio/zio/blob/master/https://info.sgmarkets.com/en/) * [SoftwareMill](https://github.com/zio/zio/blob/master/https://softwaremill.com/) * [StreamWeaver](https://github.com/zio/zio/blob/master/https://www.streamweaver.com/) * [Stuart](https://github.com/zio/zio/blob/master/https://stuart.com/) * [Teads](https://github.com/zio/zio/blob/master/https://teads.com) * [The Pokemon Company International](https://github.com/zio/zio/blob/master/https://www.pokemon.com/us/about-pokemon/) * [TomTom](https://github.com/zio/zio/blob/master/https://tomtom.com) * [Tinka](https://github.com/zio/zio/blob/master/https://www.tinka.com/) * [Tinkoff](https://github.com/zio/zio/blob/master/https://tinkoff.ru) * [Trackabus](https://github.com/zio/zio/blob/master/https://trackabus.com) * [Trainor](https://github.com/zio/zio/blob/master/https://www.trainor.no) * [Tranzzo](https://github.com/zio/zio/blob/master/https://tranzzo.com) * [TreuTech](https://github.com/zio/zio/blob/master/https://treutech.io) * [Tweddle Group](https://github.com/zio/zio/blob/master/https://tweddle.com) * [Undo](https://github.com/zio/zio/blob/master/https://www.undo.app) * [Unit](https://github.com/zio/zio/blob/master/https://unit.co) * [Univalence](https://github.com/zio/zio/blob/master/https://univalence.io) * [Unzer](https://github.com/zio/zio/blob/master/https://www.unzer.com) * [Vakantiediscounter](https://github.com/zio/zio/blob/master/https://www.vakantiediscounter.nl) * [Verbund AG](https://github.com/zio/zio/blob/master/https://www.verbund.com) * [Waylay](https://github.com/zio/zio/blob/master/https://www.waylay.io/) * [Wehkamp](https://github.com/zio/zio/blob/master/https://www.wehkamp.nl) * [Wolt](https://github.com/zio/zio/blob/master/https://www.wolt.com/) * [Yandex.Classifieds](https://github.com/zio/zio/blob/master/https://o.yandex.ru) * [Audela](https://github.com/zio/zio/blob/master/https://audela.ca) * [Valamis Group](https://github.com/zio/zio/blob/master/https://valamis.com) * [Valsea](https://github.com/zio/zio/blob/master/https://valsea.com) * [VirtusLab](https://github.com/zio/zio/blob/master/https://virtuslab.com/) * [Vish](https://github.com/zio/zio/blob/master/https://getvish.com) * [Vivid Money](https://github.com/zio/zio/blob/master/https://vivid.money) * [Zalando](https://github.com/zio/zio/blob/master/https://zalando.com/) * [Zooz](https://github.com/zio/zio/blob/master/https://zooz.com/) # Sponsors [![Ziverge][Image-Ziverge]][Link-Ziverge] [Ziverge][Link-Ziverge] is a leading contributor to ZIO. [![Scalac][Image-Scalac]][Link-Scalac] [Scalac][Link-Scalac] sponsors ZIO Hackathons and contributes work to multiple projects in ZIO ecosystem. [![Septimal Mind][Image-SeptimalMind]][Link-SeptimalMind] [Septimal Mind][Link-SeptimalMind] sponsors work on ZIO Tracing and continuous maintenance. [![SoftwareMill][Image-SoftwareMill]][Link-SoftwareMill] [SoftwareMill][Link-SoftwareMill] generously provides ZIO with paid-for CircleCI build infrastructure. [![YourKit][Image-YourKit]][Link-YourKit] [YourKit][Link-YourKit] generously provides use of their monitoring and profiling tools to maximize the performance of ZIO applications. --- # [Learn More on the ZIO Homepage](https://github.com/zio/zio/blob/master/https://zio.dev/) --- ## Code of Conduct See the [Code of Conduct](https://github.com/zio/zio/blob/master/./docs/about/code_of_conduct.md) --- ## Support Come chat with us on [![Badge-Discord]][Link-Discord]. --- ### Legal Copyright 2017 - 2020 John A. De Goes and the ZIO Contributors. All rights reserved. [Link-Codecov]: https://codecov.io/gh/zio/zio?branch=master "Codecov" [Link-IsItMaintained]: http://isitmaintained.com/project/zio/zio "Average time to resolve an issue" [Link-Scaladoc]: https://javadoc.io/doc/dev.zio/zio_2.12/latest/zio/index.html [Link-Scaladex-page]: https://index.scala-lang.org/zio/zio/zio "Scaladex" [Link-SonatypeReleases]: https://oss.sonatype.org/content/repositories/releases/dev/zio/zio_2.12/ "Sonatype Releases" [Link-SonatypeSnapshots]: https://oss.sonatype.org/content/repositories/snapshots/dev/zio/zio_2.12/ "Sonatype Snapshots" [Link-Ziverge]: https://ziverge.com "Ziverge" [Link-Scalac]: https://scalac.io "Scalac" [Link-SoftwareMill]: https://softwaremill.com "SoftwareMill" [Link-SeptimalMind]: https://7mind.io "Septimal Mind" [Link-YourKit]: https://www.yourkit.com "YourKit" [Link-Discord]: https://discord.gg/2ccFBr4 "Discord" [Link-Twitter]: https://twitter.com/zioscala [Badge-CI]: https://github.com/zio/zio/workflows/CI/badge.svg [Badge-Codecov]: https://codecov.io/gh/zio/zio/coverage.svg?branch=master "Codecov" [Badge-IsItMaintained]: http://isitmaintained.com/badge/resolution/zio/zio.svg "Average time to resolve an issue" [Badge-Scaladex-page]: https://index.scala-lang.org/zio/zio/zio/latest.svg "Scaladex" [Badge-SonatypeReleases]: https://img.shields.io/nexus/r/https/oss.sonatype.org/dev.zio/zio_2.12.svg "Sonatype Releases" [Badge-SonatypeSnapshots]: https://img.shields.io/nexus/s/https/oss.sonatype.org/dev.zio/zio_2.12.svg "Sonatype Snapshots" [Badge-Discord]: https://img.shields.io/discord/629491597070827530?logo=discord "chat on discord" [Badge-Twitter]: https://img.shields.io/twitter/follow/zioscala.svg?style=plastic&label=follow&logo=twitter [Badge-Stage]: https://img.shields.io/badge/Project%20Stage-Production%20Ready-brightgreen.svg [Badge-Stage-Page]: https://github.com/zio/zio/wiki/Project-Stages [Image-Ziverge]: ./website/static/img/ziverge.png "Ziverge" [Image-Scalac]: ./website/static/img/scalac.svg "Scalac" [Image-SoftwareMill]: ./website/static/img/softwaremill.svg "SoftwareMill" [Image-SeptimalMind]: ./website/static/img/septimal_mind.svg "Septimal Mind" [Image-YourKit]: ./website/static/img/yourkit.png "YourKit"

近期下载者

相关文件


收藏者