Author :
Christopher Davis
Date :
2010-09-01 11:04:57
Hash :17a14f1a Message :Only process up to MAX_DEFERRED deferred_cbs at a time.
If threads queue callbacks while event_process_deferred_callbacks is
running, the loop may spin long enough to significantly skew timers.
A unit test stressing this behavior is also in this commit.