-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
async-wrap: nextTick and setImmediate is ignored #666
Comments
@AndreasMadsen since See also #671. |
How is The |
While both |
How can I implement something similar to |
I think you're conflating two more or less unrelated things there: there's There's a similar mechanism that checks to see whether the
|
I'm pretty sure that the only way is to monkey-patch |
...which is what |
FTI, I plan on implementing proper timer/nextTick support in the near future. |
+1 @trevnorris |
PR-URL: #16454 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Here is a test case you can run with node 0.11.14 and iojs 1.0.x.
In the node 0.11.14
asyncFunctionInitialized
is called and the stack trace is printed. However in iojs 1.0.x justEND
is printed. This also seams to be the case forprocess.nextTick
.issue tracing: AndreasMadsen/trace#12
The text was updated successfully, but these errors were encountered: