[#util-TaskRunnerInterface-insert] = xref:util.adoc[util]::xref:util/TaskRunnerInterface.adoc[TaskRunnerInterface]::insert :relfileprefix: ../../ :mrdocs: The callback can either be queued for later/asynchronous/threaded processing, or be executed immediately for synchronous processing. == Synopsis Declared in `<util/task_runner.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void insert(std::function<void()> func) = 0; ---- == Parameters [cols="1,4"] |=== | Name| Description | *func* | The callback to schedule for processing. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#