Status: New
Owner: ----

New issue 2906 by TruSktr: Is there some way to detect when a function's asynchronous processes have finished with traditional callbacks or events?
http://code.google.com/p/v8/issues/detail?id=2906

For example, suppose we have a function called "asyncStuff" that does not accept any callbacks functions and does not emit any events.

Is there some way to detect when the internal asynchronous processes of `asyncStuff()` have finished? Such a feature would be amazing.

For example:

after(asyncStuff, arg1, arg2, arg3, etc).then(function() {

    // do stuff here after asynStuff is done.

});

And in the above example arg1, arg2, etc, are all passed to asyncStuff.

This would bring miracles to JavaScript.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to