add unit test for Executor::KeepAlive
Summary: This diff adds a simple unit test, verifying that construction of a `KeepAlive` object (either from `Executor*` or move construction) calls `keepAliveAcquire` and `keepAliveRelease` the correct number of times. Reviewed By: elsteveogrande Differential Revision: D8203944 fbshipit-source-id: 297beeaab99c55d7284ca06edd5e6b9023e27619
Showing
folly/test/ExecutorTest.cpp
0 → 100644
Please register or sign in to comment