Move HHWheelTimer to folly
Summary: Move wheel timer to folly. Needed for abstracting some code out of proxygen/thrift The only code change was removing usage of thrift's Util::currentTime() in favor of std::chrono::steady_clock::now() Test Plan: fbconfig thrift/lib/cpp/test:HHWheelTimerTest; fbmake runtests Reviewed By: alandau@fb.com Subscribers: doug, alandau, bmatheny, njormrod FB internal diff: D1519909
Showing
Please register or sign in to comment