Reactive-Extensions / RxJS

The Reactive Extensions for JavaScript
http://reactivex.io
Other
19.48k stars 2.1k forks source link

Add a static delay #1353

Open Dorus opened 8 years ago

Dorus commented 8 years ago

Often i find myself writing Rx.Observable.empty().delay(1000) It would be more elegant to have a static delay Observable that is empty complete after the delay. Like Rx.Observable.delay(1000).

Dorus commented 8 years ago

Oops this was supposed to go to RxJs 5.