[Bug 21427] Futures: use thenable

https://www.w3.org/Bugs/Public/show_bug.cgi?id=21427

--- Comment #1 from Domenic Denicola <domenic@domenicdenicola.com> ---
> Now because this change resolver's resolvers can be invoked several times.

This is already true, I think, because of future initialization. E.g.

  new Future(({ resolve, reject }) => {
    resolve(1);
    throw 2;
  });

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 28 March 2013 18:31:50 UTC