folly::ThreadPoolExecutor::deregisterThreadPoolExecutor

Deregisters a thread pool executor from the global list.

Synopsis

Declared in <folly/executors/ThreadPoolExecutor.h>

static
void
deregisterThreadPoolExecutor(ThreadPoolExecutor* tpe);

Parameters

NameDescription
tpeThe executor to deregister.