cef_message_loop_type_t

Message loop types. Indicates the set of asynchronous events that a message loop can process.

Values

ValueMeaning
ML_TYPE_DEFAULT0

Supports tasks and timers.

ML_TYPE_UI1

Supports tasks, timers and native UI events (e.g. Windows messages).

ML_TYPE_IO2

Supports tasks, timers and asynchronous IO events.

Meta