sapling/eden/fs/fuse/privhelper
Lee Howes ac9b8ac398 Future<T>::then 3/n: Future<T>::then(not-try-task) -> Future<T>::thenValue(task).
Summary:
Overall plan to modify Future<T>::then to be r-value qualified and use Future<T>::thenTry or Future<T>::thenValue.

The goal is to disambiguate folly::Future and to improve type and lifetime safety of Future and its methods.

3/n: Codemod rvalue-future<T>.then(callable with operator()(not-a-try)) to rvalue-future<T>.thenValue(callable with operator()(not-a-try)).

Reviewed By: yfeldblum

Differential Revision: D8986716

fbshipit-source-id: 906339d9ffb90b3c38a24ce8bf0cef7be318d946
2018-07-24 23:36:23 -07:00
..
test use rvalue-qual Future::get(): pass 2 2018-06-27 13:51:16 -07:00
CMakeLists.txt add CMake build files 2018-04-30 14:37:46 -07:00
PrivHelper.cpp Future<T>::then 3/n: Future<T>::then(not-try-task) -> Future<T>::thenValue(task). 2018-07-24 23:36:23 -07:00
PrivHelper.h add a privhelper call to set the log file 2018-06-18 17:22:18 -07:00
PrivHelperConn.cpp add a privhelper call to set the log file 2018-06-18 17:22:18 -07:00
PrivHelperConn.h add a privhelper call to set the log file 2018-06-18 17:22:18 -07:00
PrivHelperServer.cpp fork the privhelper process at the very start of main() 2018-06-18 17:22:18 -07:00
PrivHelperServer.h fork the privhelper process at the very start of main() 2018-06-18 17:22:18 -07:00
UserInfo.cpp fork the privhelper process at the very start of main() 2018-06-18 17:22:18 -07:00
UserInfo.h don't swallow sudo's stdout and stderr in eden daemon 2018-03-14 12:46:19 -07:00