Our main thread support in `MainThreadMarker` and `MainThreadBound` is still a little akward to use, and is missing some functionality that would be nice. TODO: - [x] Automatically add marker to required methods: https://github.com/madsmtm/objc2/pull/359 - [ ] Allow calling non-isolated methods off the main thread (see [this](https://github.com/madsmtm/objc2/pull/359#issuecomment-1703418760)) - [x] Add main thread methods to protocols in `header-translator`: https://github.com/madsmtm/objc2/pull/509 - [ ] ...
Our main thread support in
MainThreadMarkerandMainThreadBoundis still a little akward to use, and is missing some functionality that would be nice.TODO:
header-translator: Fix main thread requirements on protocols #509