Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Consumers blocking for resource loading to complete are notified asyn…
…chronoulsy
  • Loading branch information
assaf committed Dec 19, 2010
1 parent ce930f4 commit b0c12cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/zombie/eventloop.coffee
Expand Up @@ -138,7 +138,8 @@ class EventLoop
else
pending.response = response
if --requests == 0
wait() for wait in waiting
for wait in waiting
process.nextTick -> wait()
waiting = []


Expand Down

0 comments on commit b0c12cc

Please sign in to comment.