• Raymond Hettinger's avatar
    Refactor: · bf72b716
    Raymond Hettinger yazdı
    * Improve algorithm -- no more O(n) steps except sched.cancel().
    * Improve thread safety of sched.run() and sched.empty()
      (other threads could alter the queue between the time the queue was
       first checked and when the lead event was deleted).
    * Localize variable access in sched.run() to minimize overhead.
    bf72b716
sched.py 4.43 KB