Skip to content
New issue

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

Operator: Sample #74

Closed
benjchristensen opened this issue Jan 18, 2013 · 3 comments
Closed

Operator: Sample #74

benjchristensen opened this issue Jan 18, 2013 · 3 comments

Comments

@zsxwing
Copy link
Member

zsxwing commented Dec 5, 2013

Still have one overload to do:

public static IObservable<TSource> Sample<TSource, TSample>(
    this IObservable<TSource> source,
    IObservable<TSample> sampler
)

@akarnokd
Copy link
Member

akarnokd commented Dec 5, 2013

I can take this.

@benjchristensen
Copy link
Member Author

Done.

jihoonson pushed a commit to jihoonson/RxJava that referenced this issue Mar 6, 2020
* adding ratpack support, closes ReactiveX#74

* fix ratelimiter test configs to account for execution time differences in environments

* adding tests
jihoonson pushed a commit to jihoonson/RxJava that referenced this issue Mar 6, 2020
… issues

* adding docs and fixing some configuration issues, closes ReactiveX#74

* removing unused import
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants