Author :
Nick Mathewson
Date :
2010-11-14 19:25:54
Hash :0617a818 Message :Make EVLOOP_ONCE ignore internal events
Merely getting an internal notification event from having an event
added or deleted from another thread should not cause
event_base_loop(base, EVLOOP_ONCE) to exit; previously, it did.