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.
Declared in <folly/executors/SerialExecutor.h>
using SPSerialExecutor = /* implementation-defined */;
It is very unlikely that you need this.