Skip to content

EgorKulbachka/zio-nio

 
 

Repository files navigation

ZIO-NIO

CircleCI Gitter

A small, unopinionated ZIO interface to Java NIO.

Java NIO is unsafe, and can surprise you a lot with e.g. hiding actual error in IO operation and giving you only true/false values when IO was successful/not successful. ZIO-NIO on the other hand embraces the full power of ZIO effects, evironment, error and resource management to provide type-safe, performant, purely-functional, low-level, and unopinionated wrapping of Java NIO functionality.

Learn more about ZIO-NIO at:

Background

About

A small, unopinionated ZIO interface to NIO.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 95.8%
  • JavaScript 3.9%
  • CSS 0.3%