Open yanndebelgique opened 9 years ago
Yes it blocks the execution of that fiber until you call done
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. On 2015 පෙබ 12, බ්රහස් at ප.ව. 4.56 Yann Buydens notifications@github.com wrote:
Basically my question is if using runSync blocks the event loop because I've heard this is bad thing to do.
— Reply to this email directly or view it on GitHub https://github.com/meteorhacks/meteor-async/issues/3#issuecomment-74056153 .
ok awesome. this is a pretty sweet utility!
When you say stops execution is it blocking until you call done()?