docker / libchan

Like Go channels over the network
Apache License 2.0
2.47k stars 142 forks source link

Use Go channels with libchan.Pipe #92

Closed dmcgowan closed 8 years ago

dmcgowan commented 9 years ago

Currrently libchan.Pipe does not use Go channels to communicate. Pipe should be updated to use Go channels and add options for buffering the pipe.

ghost commented 8 years ago

Is this repository still active? Maybe I can work on this issue.