sapling/eden/fs/takeover
Lee Howes 967e3f8a1c Future::onError replaced with Future::thenError
Summary:
Replace Future::onError with Future::thenError:
 * to remove ambiguous typing
 * to ensure that the executor is not lost and the returned Future is still bound to an executor

See:
https://fb.workplace.com/groups/fbcode/permalink/2002251863144976/
for details.

Reviewed By: yfeldblum

Differential Revision: D13784772

fbshipit-source-id: 1d3ede848b7d31c7a197a21b4ff2b31e840040a5
2019-01-30 09:56:15 -08:00
..
test remove SerializedFileHandleMap 2018-12-13 12:29:13 -08:00
CMakeLists.txt eden: handlemap.thrift was removed, but not from cmake build 2018-12-15 13:43:31 -08:00
takeover.thrift remove SerializedFileHandleMap 2018-12-13 12:29:13 -08:00
TakeoverClient.cpp Future::onError replaced with Future::thenError 2019-01-30 09:56:15 -08:00
TakeoverClient.h add version handshake to takeover protocol 2018-01-30 14:21:18 -08:00
TakeoverData.cpp remove SerializedFileHandleMap 2018-12-13 12:29:13 -08:00
TakeoverData.h remove SerializedFileHandleMap 2018-12-13 12:29:13 -08:00
TakeoverHandler.h initial code to listen for graceful takeover attempts 2017-11-19 15:47:20 -08:00
TakeoverServer.cpp Future::onError replaced with Future::thenError 2019-01-30 09:56:15 -08:00
TakeoverServer.h initial code to listen for graceful takeover attempts 2017-11-19 15:47:20 -08:00