sapling/eden/fs/takeover
Lee Howes 2b4e4f861e Future<T>::then 1/n: Future<T>::then(try-task) -> Future<T>::thenTry(task).
Summary:
Overall plan to modify Future<T>::then to be r-value qualified and use
Future<T>::thenTry or Future<T>::thenValue.

1/n: Codemod rvalue-future<T>.then(callable with operator()(Try<T>)) to rvalue-future<T>.thenTry(callable with operator()(Try<T>)).

Reviewed By: simpkins

Differential Revision: D8961903

fbshipit-source-id: ff17b7833d240c221197cdf0bf914b8a39f80b07
2018-07-23 18:51:38 -07:00
..
test standardize on std::chrono_literals 2018-05-18 16:51:15 -07:00
CMakeLists.txt add CMake build files 2018-04-30 14:37:46 -07:00
takeover.thrift add thrift takeover serialization 2018-01-30 14:21:18 -08:00
TakeoverClient.cpp move folly/experimental/logging to folly/logging/ 2018-04-30 21:29:29 -07:00
TakeoverClient.h add version handshake to takeover protocol 2018-01-30 14:21:18 -08:00
TakeoverData.cpp add EdenBug::throwException 2018-05-01 16:52:06 -07:00
TakeoverData.h add thrift takeover serialization 2018-01-30 14:21:18 -08:00
TakeoverHandler.h initial code to listen for graceful takeover attempts 2017-11-19 15:47:20 -08:00
TakeoverServer.cpp Future<T>::then 1/n: Future<T>::then(try-task) -> Future<T>::thenTry(task). 2018-07-23 18:51:38 -07:00
TakeoverServer.h initial code to listen for graceful takeover attempts 2017-11-19 15:47:20 -08:00