Runs the callback immediately on the calling thread.
Synopsis
Declared in <util/task_runner.h>
virtual
void
insert(std::function<void()> func) override;
Parameters
Name |
Description |
func |
the callback to execute now |
Created with MrDocs