|
|
|
|
|
by Matthias247
2698 days ago
|
|
> Cocoa is incredibly fragile about the main thread That basically applies to all UI framework. At least I'm not aware about one which provides good support for accessing it from another thread. There is obviously a reason for it, which is that UI frameworks are incredibly stateful, and trying to manipulate lots of state from multiple threads at once rarely works out well. |
|
Not sure if Haiku has any improvements regarding it.