mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-21 11:29:29 +08:00
![]() * [v2, windows] Remove unnecessary LockOSThread Form.Invoke makes sure the call is on the correct thread and does lock the OSThread during the call. * [v2, windows] Unlock OSThread after native calls have been finished This makes sure the OSThread can be reused by other go routines after a native call has been finished. Otherwise the OSThread will be destroyed as soon as the goroutine has finished. |
||
---|---|---|
.. | ||
go-webview2 | ||
win32 | ||
winc | ||
browser.go | ||
dialog.go | ||
frontend.go | ||
keys.go | ||
menu.go | ||
theme.go | ||
window.go |