ptaylor
Member since Feb 23, 2016
- Profile: /members/13065-ptaylor.htm
- URL: http://github.com/trxcllnt
- Comments: 2
Recent Blog Comments By ptaylor
-
RxJS Streams Are Inconsistently Asynchronous In Angular 2 Beta 6
Posted on Feb 23, 2016 at 5:21 PM
I would also encourage you to take a look at the decision trees for when you should use the various operators. Operators for creating new Observables: https://github.com/Reactive-Extensions/RxJS/blob/master/doc/gettingstarted/which-static.md Operators for working with an existing Observable: ht... read more »
-
RxJS Streams Are Inconsistently Asynchronous In Angular 2 Beta 6
Posted on Feb 23, 2016 at 5:16 PM
Yes, this behavior is by design. > Very interesting stuff. I tried to look into Schedulers a little when I was seeing if I could get them to work with the .throw() streams - the method signature looks like it accepts a scheduler as an optional argument. But, honestly, it went way over my head :D... read more »