RxJavaAsyncUtil
RxJavaAsyncUtil copied to clipboard
Deprecate Async.fromCallable in favor Observable.fromCallable
Recently Observable.fromCallable
operator was added to core package in 1.0.15
(https://github.com/ReactiveX/RxJava/pull/3154). It serves the same function as Async.fromCallable
which means fromCallable
in this package can be deprecated.
cc @akarnokd @artem-zinnatullin
Sure. Would you like to submit a PR?
Yep. I'll submit it.
Not necessary, #8 has it.
ok, cool!