Harmony - proxies | asynchronous

Jorge jorge at jorgechamorro.com
Sat Sep 3 04:15:10 PDT 2011


On 02/09/2011, at 18:08, Mikeal Rogers wrote:

> fibers turns node.js in to something the core team doesn't really view as being "node.js" any longer.
> 
> we believe that it's more important to have assurances that your state can't mutate between anything but a callback and that breaking that means you're basically breaking node.

But fibers don't break that guarantee (if it exists at all: contexts are *not* immutable, even without fibers).
-- 
Jorge.


More information about the es-discuss mailing list