Re: [PATCH v3 03/14] ui/cocoa: Adds non-app runloop on main thread mode

2024-10-02 Thread Akihiko Odaki
On 2024/09/28 17:57, Phil Dennis-Jordan wrote: Various system frameworks on macOS and other Apple platforms require a main runloop to be processing events on the process’s main thread. The Cocoa UI’s requirement to run the process as a Cocoa application automatically enables this runloop, but it

[PATCH v3 03/14] ui/cocoa: Adds non-app runloop on main thread mode

2024-09-28 Thread Phil Dennis-Jordan
Various system frameworks on macOS and other Apple platforms require a main runloop to be processing events on the process’s main thread. The Cocoa UI’s requirement to run the process as a Cocoa application automatically enables this runloop, but it can be useful to have the runloop handling events