ReactiveX / rxjs-docs

The home for new work on the new RxJS docs (RxJS v 5 and up). New to this space? Say hi here: https://github.com/ReactiveX/rxjs-docs/issues/24. Want to find out what's up? We're chatting here. https://github.com/ReactiveX/rxjs-docs/issues/4
Apache License 2.0
160 stars 62 forks source link

Ensure merge/concat/etc documentation talks about how events arrive #241

Open benlesh opened 6 years ago

benlesh commented 6 years ago

There was just an issue in rxjs core where someone didn't understand how the events emitted from merge will be ordered. We should probably put a small explanation of ordering in the merge (et al) documentation.