cef_quit_message_loop

Function cef_quit_message_loop 

Source
pub unsafe extern "C" fn cef_quit_message_loop()
Expand description

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.