Skip to content

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.

3 participants