cef_task_runner_t

Undocumented in source.

Members

Variables

base
cef_base_t base;
Undocumented in source.
belongs_to_current_thread
int function(cef_task_runner_t*) belongs_to_current_thread;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
belongs_to_thread
int function(cef_task_runner_t*, cef_thread_id_t) belongs_to_thread;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
is_same
int function(cef_task_runner_t*, cef_task_runner_t*) is_same;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
post_delayed_task
int function(cef_task_runner_t*, cef_task_t*, ulong) post_delayed_task;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
post_task
int function(cef_task_runner_t*, cef_task_t*) post_task;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Meta