mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 02:19:43 +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. |
||
---|---|---|
.. | ||
assetserver | ||
desktop | ||
devserver | ||
dispatcher | ||
runtime | ||
calls.go | ||
dispatcher.go | ||
events.go | ||
frontend.go |