Gabriella439 / pipes-concurrency

Concurrency for the pipes ecosystem
BSD 3-Clause "New" or "Revised" License
43 stars 12 forks source link

Channels #13

Closed ixmatus closed 10 years ago

ixmatus commented 10 years ago

pipes-concurrency has the bare-minimum for implementing what generally looks like duplex channels in other tool kits; would there be interest in providing another (higher-level) module (perhaps Pipes.Concurrent.Channels) that implements an simpler interface for duplex channels?

Gabriella439 commented 10 years ago

Yeah, I wouldn't mind. Really, it comes down to me understanding the use case. It's easier for me to maintain something if I know what problem it solves.