-
Notifications
You must be signed in to change notification settings - Fork 4
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
does Async.runSync use fibers? #3
Comments
Yes it blocks the execution of that fiber until you call |
Ok but it still allows the event loop to keep executing instructions on the stack? |
Basically my question is if using runSync blocks the event loop because I've heard this is bad thing to do. |
No no. It doesn't block the event loop.
|
ok awesome. this is a pretty sweet utility! |
When you say stops execution is it blocking until you call done()?
The text was updated successfully, but these errors were encountered: