Move runAfterDelay/tryRunAfterDelay into TimeoutManager
authorAndrii Grynenko <andrii@fb.com>
Sat, 12 Nov 2016 03:49:34 +0000 (19:49 -0800)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Sat, 12 Nov 2016 03:53:28 +0000 (19:53 -0800)
commitab60aed964e9279ab6dce99da2c3e6921bbd9a24
treed7bac04bf73882425f291540a132970462f61f2e
parent8c88eb0aee3389066d5c43d34148bee92e9ec773
Move runAfterDelay/tryRunAfterDelay into TimeoutManager

Summary: This is useful to add more TimeoutManager implementations.

Reviewed By: yfeldblum

Differential Revision: D4164236

fbshipit-source-id: 5f2057f6ebfbdc971bc0b5594e3bc4b5a337aaef
folly/Makefile.am
folly/io/async/EventBase.cpp
folly/io/async/EventBase.h
folly/io/async/TimeoutManager.cpp [new file with mode: 0644]
folly/io/async/TimeoutManager.h