New contrib module: rxjava-async-util#696
New contrib module: rxjava-async-util#696benjchristensen wants to merge 1 commit intoReactiveX:masterfrom
Conversation
Home for async utility functions with juc.Future, Actions, Functions etc that don’t need to be in rxjava-core. As per discussions at: - ReactiveX#646 (comment) - ReactiveX#645 (comment) - ReactiveX#622 (comment)
|
@akarnokd Do you want to extend this branch and merge the various PRs in to it that belong here? If you don't like the name go ahead and propose something, I couldn't think of anything better but only spent a couple minutes on this. I want something generic enough to cover the various utilities. At the same time I feel this name may be too broad as these utilities may not apply at all to other JVM languages, but that's probably fine as that's why it's a contrib module. |
|
RxJava-pull-requests #613 FAILURE |
|
Thanks @benjchristensen the name is okay. I'll update and resubmit the relevant PRs. Should |
|
Leave |
|
I'm closing this PR as you will take my branch and re-submit a new one. |
|
I'm sorry I don't quite understand. I check out your branch then, once all ops are added, I submit a PR against RXJava/master? |
|
Yes. |
* Allow for configuring of Prometheus Histogram buckets * Created new MetricOptions class to allow for custom Histogram buckets
Home for async utility functions with juc.Future, Actions, Functions etc that don’t need to be in rxjava-core.
As per discussions at:
/cc @akarnokd