cef_task_t.base

Base structure.

More...
struct cef_task_t
cef_base_ref_counted_t base;

Detailed Description

Method that will be executed on the target thread.

Structure that asynchronously executes tasks on the associated thread. It is safe to call the functions of this structure on any thread.

CEF maintains multiple internal threads that are used for handling different types of tasks in different processes. The cef_thread_id_t definitions in

Meta