cef_run_message_loop

Run the CEF message loop. Use this function instead of an application- provided message loop to get the best balance between performance and CPU usage. This function should only be called on the main application thread and only if cef_initialize() is called with a cef_settings_t.multi_threaded_message_loop value of false (0). This function will block until a quit message is received by the system.

version(cef && embedded_cef_bindings)
extern (C)
void
cef_run_message_loop
()

Meta