[quote='779913021, duoskater, /thread/779913, /profile/duoskater'] Also, are there any plans to migrate eg. CoreBluetooth stack to new swift 6 concurrency? [/quote] I can’t talk about The Future™. If you’d like to see improvements in this space, I recommend that you file an enhancement request explaining what you’re doing, what’s causing you grief, and what you’d like to see change. If you do file this, please post your bug number, just for the record. [quote='779913021, duoskater, /thread/779913, /profile/duoskater'] I wonder if something has changed in this regards? [/quote] Yes and no. Integrating run loop based APIs clearly into a Swift 6 codebase is still quite tricky. I’ve spent a bunch of time playing around with that lately and my conclusion was… yeah… try to avoid that if you can |-: There is one special case here, namely the main thread’s run loop. If you do all your run loop work on the main thread, things go relatively smoothly. Whether that’s practical or not depends on the natu
Topic:
App & System Services
SubTopic:
Processes & Concurrency
Tags: