move ThreadWheelTimekeeper out of detail
authorJames Sedgwick <jsedgwick@fb.com>
Fri, 18 Sep 2015 22:24:53 +0000 (15:24 -0700)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Fri, 18 Sep 2015 23:20:18 +0000 (16:20 -0700)
commit77bea361da2080c0a596ac0cc640a37b84091488
treeaaa26a89365a095278e61c4785ce0eef756d9b1e
parent4401039fdc12b3bf8c155057019ce6d924d43465
move ThreadWheelTimekeeper out of detail

Summary: This can be useful on its own, will use in twagent

Reviewed By: @fugalh

Differential Revision: D2457778
folly/Makefile.am
folly/futures/Future.cpp
folly/futures/ThreadWheelTimekeeper.cpp [new file with mode: 0644]
folly/futures/ThreadWheelTimekeeper.h [new file with mode: 0644]
folly/futures/detail/ThreadWheelTimekeeper.cpp [deleted file]
folly/futures/detail/ThreadWheelTimekeeper.h [deleted file]