The callback can either be queued for later/asynchronous/threaded processing, or be executed immediately for synchronous processing.
Declared in <util/task_runner.h>
virtual
void
insert(std::function<void()> func) = 0;
| Name | Description |
|---|---|
| func | The callback to schedule for processing. |