Skip to content
/ rx Public

Multi-casting capable event subscription library

License

Notifications You must be signed in to change notification settings

trivigy/rx

Repository files navigation

Rx

License GitHub tag (latest SemVer)

NOTICE

This library is not maintained. It works and all of its tests pass. You can look at examples of how to use the library through the *_test.go files, but I no longer develop or maintain it. It was an experimental attempt at improving public interfaces for a dependant library but I unfortunately it did not work out. It is kept here only for reference.

Disclosure

This library is a very similar implementation to the RxGo. The goal of this development is not to create a production ready general purpose reactive go library. If you need something robust please visit the link and use that library. The major difference with that project is that the internals were designed using channels and to withstand thread safety of execution. In addition the interface was constructed to resemble the way rxjs 6+ works. The purpose of this library is to support identical interface for both gate and chiral. The RxGo contributors have done an outstanding work and certainly deserve the credit.