[This is preliminary documentation and is subject to change.]
The CefTaskRunner type exposes the following members.Methods
Name | Description | |
---|---|---|
![]() | BelongsToThread |
Returns true if this task runner is for the specified CEF thread.
|
![]() | Dispose | |
![]() | ![]() | (Inherited from ![]() |
![]() | Finalize | (Overrides ![]() |
![]() ![]() | GetForCurrentThread |
Returns the task runner for the current thread. Only CEF threads will have
task runners. An empty reference will be returned if this method is called
on an invalid thread.
|
![]() ![]() | GetForThread |
Returns the task runner for the specified CEF thread.
|
![]() | ![]() |
Serves as a hash function for a particular type.
(Inherited from ![]() |
![]() | ![]() |
Gets the (Inherited from ![]() ![]() |
![]() | IsSame |
Returns true if this object is pointing to the same task runner as |that|
object.
|
![]() | ![]() |
Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | PostDelayedTask |
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.
|
![]() | PostTask |
Post a task for execution on the thread associated with this task runner.
Execution will occur asynchronously.
|
![]() | ![]() | (Inherited from ![]() |
See Also