Author :
Nick Mathewson
Date :
2009-04-10 14:21:53
Hash :e3d82497 Message :Don't allow internal events to starve lower-priority events.
This is exceptionally important with multithreaded stuff, where we use
an event to notify the base that other events have been made active.
If the activated events have a prioirty number greater than that of the
notification event, it will starve them, and that's no good.
svn:r1149