1. 08 Jan, 2014 9 commits
  2. 07 Jan, 2014 14 commits
  3. 06 Jan, 2014 16 commits
  4. 05 Jan, 2014 1 commit
    • Max Kellermann's avatar
      event/Loop: try to avoid the WakeFD when adding DeferredMonitor · e599b864
      Max Kellermann authored
      Add a flag that indicates whether the EventLoop is currently "busy".
      As long as that flag is set, it does not need to be woken up - we can
      simply add the DeferredMonitor to the list, and it will be caught by
      EventLoop very soon.  This eliminates nearly all of the
      DeferredMonitor overhead when compared to IdleMonitor, rendering
      IdleMonitor mostly obsolete.
      e599b864