Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gchauvet/rxeiffel
ReactiveX Eiffel wrapper (Work in Progress)
https://github.com/gchauvet/rxeiffel
Last synced: 6 days ago
JSON representation
ReactiveX Eiffel wrapper (Work in Progress)
- Host: GitHub
- URL: https://github.com/gchauvet/rxeiffel
- Owner: gchauvet
- License: other
- Created: 2015-08-16T10:14:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-21T15:16:43.000Z (almost 9 years ago)
- Last Synced: 2024-10-08T18:01:46.155Z (about 1 month ago)
- Language: Eiffel
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RxEiffel: Reactive Cluster for Eiffel language
RxEiffel is a Eiffel implementation of [Reactive Extensions](http://reactivex.io): a library for composing asynchronous and event-based programs by using observable sequences.
It extends the [observer pattern](http://en.wikipedia.org/wiki/Observer_pattern) to support sequences of data/events and adds operators that allow you to compose sequences together declaratively while abstracting away concerns about things like low-level threading, synchronization, thread-safety and concurrent data structures.
- Non-opinionated about source of concurrency (threads, pools, event loops, fibers, actors, etc)
- Async or synchronous execution
- Virtual time and schedulers for parameterized concurrency## Communication
- [GitHub Issues](https://github.com/gchauvet/RxEiffel/issues)
## Bugs and Feedback
For bugs, questions and discussions please use the [Github Issues](https://github.com/gchauvet/RxEiffel/issues).
## LICENSECopyright 2015 Guillaume CHAUVET
Licensed under the Eiffel Forum License 2.