yruslan / channel_scala

Scala implementation of the concurrency primitive similar to GoLang channels.
Apache License 2.0
8 stars 0 forks source link

Implement .map() and filter() #7

Closed yruslan closed 2 years ago

yruslan commented 2 years ago

Background

It would be nice to make Channels compatible with Scala functional patterns.

Feature

Implement map() and filter() to make Channels monadic and so for() comprehension could be used.