Base structure.
Returns true (1) if this task runner belongs to the current thread.
Returns true (1) if this task runner is for the specified CEF thread.
Returns true (1) if this object is pointing to the same task runner as |that| object.
Post a task for delayed execution on the thread associated with this task runner. Execution will occur asynchronously. Delayed tasks are not supported on V8 WebWorker threads and will be executed without the specified delay.
Post a task for execution on the thread associated with this task runner. Execution will occur asynchronously.
cef_types.h list the common CEF threads. Task runners are also available for other CEF threads as appropriate (for example, V8 WebWorker threads).