ReactiveX / RxPY

ReactiveX for Python
https://rxpy.rtfd.io
MIT License
4.81k stars 361 forks source link

BlockingObservable Needs more Operators #172

Closed thomasnield closed 7 years ago

thomasnield commented 7 years ago

I'm going to add some additional blocking operators to the BlockingObservable later, particularlyfirst(), first_or_default(),, and last()

https://github.com/ReactiveX/RxJava/wiki/Blocking-Observable-Operators

thomasnield commented 7 years ago

Just pushed these to the develop branch, and they worked great. @dbrattli can we do a release soon with all these new goodies? I would volunteer but I've never released a Python binary before. I've only done Java...

I've been using RxPy for a contract at my brother's company, and it's been working out fantastically for data wrangling.

dbrattli commented 7 years ago

Good to hear! Have just release a new version 1.5.9.

thomasnield commented 7 years ago

Nice! Thank you.

lock[bot] commented 5 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.