Skip to content

Inconsistent Documentation concerning Utility Operator delay #3211

Description

@philippguertler

This issue is about the delay operator to delay an observable until another observable is completed.
On this page http://reactivex.io/documentation/operators/delay.html it says that it waits until the other observable is completed.
However, in RxJava it only waits until the other observable starts emitting its items (this is documented here http://reactivex.io/RxJava/javadoc/rx/Observable.html#delay(rx.functions.Func1) under Parameters.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions