objc2 icon indicating copy to clipboard operation
objc2 copied to clipboard

Better main thread support

Open madsmtm opened this issue 10 months ago • 0 comments

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)
  • [x] Add main thread methods to protocols in header-translator: https://github.com/madsmtm/objc2/pull/509
  • [ ] ...

madsmtm avatar Sep 01 '23 23:09 madsmtm