We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://msdn.microsoft.com/en-us/library/hh229265(v=vs.103).aspx http://msdn.microsoft.com/en-us/library/hh211971(v=vs.103).aspx http://msdn.microsoft.com/en-us/library/hh229036(v=vs.103).aspx http://msdn.microsoft.com/en-us/library/hh211721(v=vs.103).aspx
The text was updated successfully, but these errors were encountered:
It would be nice to have the start operator not only for Action0, but also for Func0. With this, we could use the Java Observable to simulate Futures:
start
Action0
Func0
Observable<Integer> future = Observable.start(new Func0<Integer>() { public Integer call() { return someExpensiveCalculation(); } }, Schedulers.threadPoolForComputation());
Sorry, something went wrong.
Implemented and then moved to async-util contrib module: https://github.com/Netflix/RxJava/blob/master/rxjava-contrib/rxjava-async-util/
Issue ReactiveX#71: Implementation of Prometheus exporters for Circui…
56501b3
…tBreaker and RateLimiter (ReactiveX#81)
No branches or pull requests
http://msdn.microsoft.com/en-us/library/hh229265(v=vs.103).aspx
http://msdn.microsoft.com/en-us/library/hh211971(v=vs.103).aspx
http://msdn.microsoft.com/en-us/library/hh229036(v=vs.103).aspx
http://msdn.microsoft.com/en-us/library/hh211721(v=vs.103).aspx
The text was updated successfully, but these errors were encountered: