webview_terminate

Function webview_terminate 

Source
pub unsafe extern "C" fn webview_terminate(
    w: webview_t,
) -> webview_error_t
Expand description

Stops the main loop. It is safe to call this function from another background thread.

@param w The webview instance.