https://github.com/jochasinga/rxgo-lite
An alternative reactiveX implementation in Go
https://github.com/jochasinga/rxgo-lite
Last synced: about 1 year ago
JSON representation
An alternative reactiveX implementation in Go
- Host: GitHub
- URL: https://github.com/jochasinga/rxgo-lite
- Owner: jochasinga
- Created: 2017-07-02T04:54:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-03T19:03:17.000Z (almost 9 years ago)
- Last Synced: 2024-10-18T15:16:58.805Z (over 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rxgo-lite
An light-weight reactive extension in Go.
# What it is
This is a complete rewrite of [reactiveX/RxGo](github.com/reactivex/rxgo) as a study of a clearer and simpler interpretation of ReactiveX observable stream pattern in Go language.