ReactiveX implementation in the Golang Language. This library implements the Observable Pattern to enable asynchronous processing of Observable streams.
Reactivator operators are composable which helps create complex computation pipelines easy. Currently the following Observable operators are available:
- From
- Range
- Interval
- Map
- FlatMap
- Scan
- Buffer
- GroupBy
- Filter
- Limit
As of now, for usage, refer to test files associated with each Operator.