terminate

expect fun terminate()

Stops the main loop.

It is safe to call this function from another other background thread.

actual fun terminate()

Runs the main loop until it's terminated. After this function exits - you must destroy the webview.

This will block the thread.

actual fun terminate()

Stops the main loop.

It is safe to call this function from another other background thread.

actual fun terminate()

Stops the main loop.

It is safe to call this function from another other background thread.