remove catchupEveryN
authorDave Watson <davejwatson@fb.com>
Fri, 5 Aug 2016 19:15:19 +0000 (12:15 -0700)
committerFacebook Github Bot 6 <facebook-github-bot-6-bot@fb.com>
Fri, 5 Aug 2016 19:23:33 +0000 (12:23 -0700)
commit07b497a7ed2fc26b3000a916c92655f6e035d5df
tree616eb04f5c8c0273cce40eb680a81eb7d16670bc
parentcf7b6169c68bd3a9cf01c2304cfb125abf200616
remove catchupEveryN

Summary: This feature doesn't make sense when wheeltimer doesn't constantly tick - we always have to get the current clock time.  On the plus side, we'll only be grabbing the clock on timer schedule or timeout, never for individual ticks.

Reviewed By: yfeldblum

Differential Revision: D3637088

fbshipit-source-id: ed8fe52419259332a14b6dc1d357979dcf258a20
folly/io/async/HHWheelTimer.cpp
folly/io/async/HHWheelTimer.h
folly/io/async/test/HHWheelTimerTest.cpp