folly::SPSerialExecutor

Single-producer version of SmallExecutor. It is the responsibility of the caller to guarantee that calls to add() are externally serialized, but it can be slightly faster.

Synopsis

Declared in <folly/executors/SerialExecutor.h>

using SPSerialExecutor = /* implementation-defined */;

Description

It is very unlikely that you need this.