mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 13:47:54 -05:00
The problem is that during quit the OS will run a local event loop until we reply to the terminate event. In this local event loop we cannot use performSelector:withObject:afterDelay: but that is required to not block the main dispatch queue.