(Wangle) within should raise TimedOut()
authorHannes Roth <hannesr@fb.com>
Tue, 21 Jul 2015 02:42:45 +0000 (19:42 -0700)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Tue, 21 Jul 2015 23:52:47 +0000 (16:52 -0700)
commit031ed38a57114bca7a72dd61a29ad84feaab60ed
treeb37ae69d2fdebbdadbf07709e38b7dd1a94eaf94
parentd3928f057517858e7cf74649ee23ae60ab771d3f
(Wangle) within should raise TimedOut()

Summary: A timeout now raises `TimedOut()` on the current Future.

Reviewed By: @fugalh

Differential Revision: D2261559
folly/futures/Future-inl.h
folly/futures/test/InterruptTest.cpp