[#util-ImmediateTaskRunner-insert] = xref:util.adoc[util]::xref:util/ImmediateTaskRunner.adoc[ImmediateTaskRunner]::insert :relfileprefix: ../../ :mrdocs: Runs the callback immediately on the calling thread. == Synopsis Declared in `<util/task_runner.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void insert(std::function<void()> func) override; ---- == Parameters [cols="1,4"] |=== | Name| Description | *func* | the callback to execute now |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#