Browse Source

Clear queu tasks. fix #997

pull/992/merge
Ruud 13 years ago
parent
commit
51f9b5c673
  1. 4
      libs/axl/axel.py

4
libs/axl/axel.py

@ -205,6 +205,10 @@ class Event(object):
handler, memoize, timeout = self.handlers[h_]
if return_on_result and got_results:
if not self.asynchronous:
self.queue.task_done()
continue
if order_lock:

Loading…
Cancel
Save