Returns true if the KeepAlive is constructed from an executor that does not support the keep alive ref-counting functionality
Declared in <folly/Executor.h>
template<typename ExecutorT>
static
bool
isKeepAliveDummy(KeepAlive<ExecutorT> const& keepAlive);
true if keepAlive is a dummy token.
| Name | Description |
|---|---|
| keepAlive | The keep-alive token to test. |