Alias for ExecutorKeepAlive, a safe pointer to an Executor.
Declared in <folly/Executor.h>
template<typename ExecutorT = Executor>
using KeepAlive = ExecutorKeepAlive<ExecutorT>;
Compatibility shim. Cannot be forward-declared, unlike ExecutorKeepAlive.