yruslan / channel_scala

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

#22 Implement select() logic for synchronous channels that match GoLang. #26

Closed yruslan closed 9 months ago

yruslan commented 10 months ago

Closes #22