cef_settings_t.multi_threaded_message_loop

Set to true (1) to have the browser process message loop run in a separate thread. If false (0) then the CefDoMessageLoopWork() function must be called from your application message loop. This option is only supported on Windows and Linux.

struct cef_settings_t
int multi_threaded_message_loop;

Meta