Function launch_virtual_dom_blocking

Source
pub fn launch_virtual_dom_blocking(
    virtual_dom: VirtualDom,
    desktop_config: Config,
) -> !
Expand description

Launch the WebView and run the event loop, with configuration and root props.

This will block the main thread, and must be spawned on the main thread. This function does not assume any runtime and is equivalent to calling launch_with_props with the tokio feature disabled.