[goio](https://github.com/primetalk/goio) - An implementation of IO, Stream, Fiber for Golang, inspired by awesome Scala libraries cats and fs2.
This commit is contained in:
Arseniy Zhizhelev 2022-06-01 08:39:24 -04:00 committed by GitHub
parent bf60f751de
commit 5c585f4bf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2145,6 +2145,7 @@ _Libraries and tools for binary serialization._
_Libraries and tools for stream processing and reactive programming._
- [go-streams](https://github.com/reugn/go-streams) - Go stream processing library.
- [goio](https://github.com/primetalk/goio) - An implementation of IO, Stream, Fiber for Golang, inspired by awesome Scala libraries cats and fs2.
- [machine](https://github.com/whitaker-io/machine) - Go library for writing and generating stream workers with built in metrics and traceability.
- [stream](https://github.com/youthlin/stream) - Go Stream, like Java 8 Stream: Filter/Map/FlatMap/Peek/Sorted/ForEach/Reduce...