folly::IOThreadPoolExecutor::add

Schedules a task to run on one of the IO threads.

Synopsis

Declared in <folly/executors/IOThreadPoolExecutor.h>

virtual
void
add(Func func) override;

Parameters

NameDescription
funcThe task to run.