scalaz / scalaz-nio

Performant, purely-functional, low-level, and unopinionated wrapper around Java NIO functionality
Apache License 2.0
84 stars 29 forks source link

[WIP] Add missing buffers #61

Closed ioleo closed 5 years ago

ioleo commented 5 years ago

Solves #11 except MappedByteBuffer

ysusuk commented 5 years ago

hi @ioleo, you did a really great work here! also, we had recently call with @jdegoes and @jczuchnowski and looks like we came to desiccation that we want to avoid any extra lib dependencies except scalaz-zio https://github.com/scalaz/scalaz-nio/issues/71

ioleo commented 5 years ago

@ysusuk Ahh its a shame macros are out, but I understand the reasons. I'll refactor my PR soon. Wait for it.

ysusuk commented 5 years ago

thanks a lot @ioleo. sorry that you need to change it again =(

ysusuk commented 5 years ago

I'm merging this into the related branch and will do all related fixes there.