Alias for ExecutorKeepAlive, a safe pointer to an Executor.

Synopsis

Declared in <folly/Executor.h>

template<typename ExecutorT = Executor>
using KeepAlive = ExecutorKeepAlive<ExecutorT>;

Description

Compatibility shim. Cannot be forward‐declared, unlike ExecutorKeepAlive.

Created with MrDocs