cef_quit_message_loop

Quit the CEF message loop that was started by calling cef_run_message_loop(). This function should only be called on the main application thread and only if cef_run_message_loop() was used.

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

Meta