cogentcore / core

A free and open source framework for building powerful, fast, elegant 2D and 3D apps that run on macOS, Windows, Linux, iOS, Android, and the web with a single Go codebase, allowing you to Code Once, Run Everywhere.
http://cogentcore.org/core
BSD 3-Clause "New" or "Revised" License
1.75k stars 83 forks source link

Fix #1267 by removing deadlock caused by #1290 #1309

Closed kkoreilly closed 1 week ago

kkoreilly commented 1 week ago

Fix a deadlock in system.TheApp.Quit() caused by #1290. I tested this extensively and there are no more deadlocks or race conditions with window closing and app quitting.

Fixes #1267