mirror of https://github.com/lukechilds/node.git
Browse Source
Promise.timeout() was blocking the event loop from shutting down while it was waiting for an internal timer to fire. This timer is now cleared when it is no longer needed, causing the event loop to shut down as fast as possible.v0.7.4-release
Felix Geisendörfer
15 years ago
committed by
Ryan Dahl
1 changed files with 7 additions and 1 deletions
Loading…
Reference in new issue