This commit is contained in:
2026-04-20 14:45:06 +02:00
parent f61a02c93e
commit ade81bd5a0

View File

@@ -887,11 +887,12 @@
(dbg-webview "Waiting for thread to stop") (dbg-webview "Waiting for thread to stop")
(while (not (eq? evt-processing-thread #f)) (while (not (eq? evt-processing-thread #f))
(dbg-webview "evt-processing-thread = ~a" evt-processing-thread) (dbg-webview "evt-processing-thread = ~a" evt-processing-thread)
(sleep 1)) (sleep 0.25))
(dbg-webview "Event processing stopped") (dbg-webview "Event processing stopped")
; cleanup the library ; cleanup the library
(dbg-webview "cleanup of the rkt-webview-qt library") (dbg-webview "cleanup of the rkt-webview-qt library")
(displayln "cleanup webview")
(rkt_webview_cleanup) (rkt_webview_cleanup)
; Maybe get in error state ; Maybe get in error state