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

Single delay #3448

Merged
merged 2 commits into from Oct 16, 2015
Merged

Single delay #3448

merged 2 commits into from Oct 16, 2015

Conversation

hyleung
Copy link

@hyleung hyleung commented Oct 15, 2015

Adds the delay(long delay, TimeUnit unit, Scheduler scheduler) and 'delay(long delay, TimeUnit unit)operators to rx.Single`.

Includes (in a separate commit) a refactor of OperatorDelay. As far as I can tell, the source field isn't used at all - by removing it, I was able to reuse OperatorDelay in rx.Single to implement the delay operator pretty easily.

This commit adds the `delay(long delay, TimeUnit unit, Scheduler
scheduler)` and `delay(long delay, TimeUnit unit)` operators to
`rx.Single`.
@akarnokd
Copy link
Member

👍

@abersnaze
Copy link
Contributor

LGTM

abersnaze added a commit that referenced this pull request Oct 16, 2015
@abersnaze abersnaze merged commit 1fd245b into ReactiveX:1.x Oct 16, 2015
@hyleung hyleung deleted the single_delay branch November 12, 2015 05:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants