methodset Deprecated

Synopsis

Declared in <folly/executors/GlobalExecutor.h>

[[deprecated("getCPUExecutor is deprecated. To use the global mutable executor use getUnsafeMutableGlobalCPUExecutor. For a better solution use getGlobalCPUExecutor.")]]
std::shared_ptr<folly::Executor>
getCPUExecutor();
Warning

Deprecated: getCPUExecutor is deprecated. To use the global mutable executor use getUnsafeMutableGlobalCPUExecutor. For a better solution use getGlobalCPUExecutor.. Use of this entity is allowed but discouraged.

Description

To use the global mutable executor use getUnsafeMutableGlobalCPUExecutor. For a better solution use getGlobalCPUExecutor.

Return Value

Global mutable CPU executor.

Created with MrDocs