fix stack usage in HHWhileTimer
authorMisha Shneerson <mshneer@fb.com>
Wed, 30 Mar 2016 05:42:54 +0000 (22:42 -0700)
committerFacebook Github Bot 0 <facebook-github-bot-0-bot@fb.com>
Wed, 30 Mar 2016 05:50:26 +0000 (22:50 -0700)
commitabf66230b7ca38a406fd87d60148df73ea6485af
treecc0e099de47f69db9404604dc538e42ea56baef8
parent6644b370a69c30113b7136b57c52bbd92d7af859
fix stack usage in HHWhileTimer

Summary:We should be able to use HHWheelTimer in fibers. So it should use way less stack.

Alternative solution to D3112305

Reviewed By: haijunz

Differential Revision: D3112558

fb-gh-sync-id: 3a52a37d9f9347639005fdf84524f7f8c3041918
fbshipit-source-id: 3a52a37d9f9347639005fdf84524f7f8c3041918
folly/io/async/HHWheelTimer.cpp