folly::Func

A move-only callable holding a unit of work with no arguments or result.

Synopsis

Declared in <folly/Executor.h>

using Func = Function<void()>;