W3C home > Mailing lists > Public > public-script-coord@w3.org > April to June 2013

Re: Futures

From: Kevin Smith <zenparsing@gmail.com>
Date: Fri, 26 Apr 2013 14:25:35 -0400
Message-ID: <CA+mDt2z++-=qnYevy9hufcO_F6KLvgxPQqjF3nm-gUUrGCyrMA@mail.gmail.com>
To: "Tab Atkins Jr." <jackalmage@gmail.com>
Cc: David Sheets <kosmo.zb@gmail.com>, Brendan Eich <brendan@mozilla.com>, "Mark S. Miller" <erights@google.com>, Douglas Crockford <douglas@crockford.com>, "public-script-coord@w3.org" <public-script-coord@w3.org>, Norbert Lindenberg <w3@norbertlindenberg.com>, Markus Lanthaler <markus.lanthaler@gmx.net>, EcmaScript <es-discuss@mozilla.org>
Actually, I may have gotten it terribly wrong (apologies).  In my prototype
implementation, the following:

    Future.accept(Future.resolve(1)).then(value => {

        console.log(value !== 1);
        return Future.accept(Future.resolve(1));

    }).then(value => {

        console.log(value === 1);
    });

logs

- true
- true

Is that what it should be doing, according to the DOM spec?  Anne, Alex?

{ Kevin }
Received on Friday, 26 April 2013 18:26:02 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 17:14:13 UTC