cef_task_runner_t.post_task

Post a task for execution on the thread associated with this task runner. Execution will occur asynchronously.

struct cef_task_runner_t
extern (System)
int function(cef_task_runner_t* self, cef_task_t* task) nothrow post_task;

Meta