artur
Member since Feb 25, 2016
- Profile: /members/13069-artur.htm
- Comments: 2
Recent Blog Comments By artur
-
Gathering Data In Parallel Inside An Asynchronous Generator-Based Workflow In JavaScript
Posted on Jul 22, 2016 at 1:35 AM
Hey Ben, The poem from your previous post is just hilarious :) Here is what Douglas Crockford tells about generators in general: https://youtu.be/PSGEjv3Tqo0?t=5m48s - I cannot agree with him more. At first I was fascinated about controlling async code with co and generators, but pretty quickly r... read more »
-
RxJS Streams Are Inconsistently Asynchronous In Angular 2 Beta 6
Posted on Feb 25, 2016 at 9:39 AM
Interesting. True that promises have easily predictable interface; but in some situations it is actually a limitation. With Rx approach there is **much more** flexibility, which imho is a good thing. It is not only sync vs async, but as well built-in cancellation mechanism, dealing with multiple va... read more »