scalaz / scalaz-nio

Performant, purely-functional, low-level, and unopinionated wrapper around Java NIO functionality

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Impelment Pipe

ysusuk opened this issue · comments

I have 2 definitions for Pipe, not sure which one is more correct!?

  • Pipe is a function transferring data from one thread to another in non blocking way!
  • Pipe is thread safe a data structure with source you can read from and sink you can write into.