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

Add AsynchronousServerSocketChannel #30

Closed AL333Z closed 6 years ago

AL333Z commented 6 years ago

Hi, I was playing a little bit with the api, and this is the outcome. This is fairly incomplete and probably wrong, but you may find it useful.

Basically, I just added support for AsynchronousServerSocketChannel. I also added a demo app, and it has been really fun :)

AL333Z commented 6 years ago

Hi @ysusuk , I rebased my branch, moving the sample in tut. Let me know if this is what you expected :)

About InetSocketAddress, do you think it could make sense to open a new issue for that?