Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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).


## LICENSE

Copyright 2015 Guillaume CHAUVET
Licensed under the Eiffel Forum License 2.