Post #1414434
2025-11-07 23:46 UTC
@Catfish_Man “async but on the main actor” is definitely an interesting one for me. I guess as long as you’re not CPU-bound you must have an await somewhere in the task that means you’re yielding for UI stuff to run.
Replies (1)
-
@Catfish_Man@mastodon.social 2025-11-07 23:47
@jrose this is how every app worked when I was a baby Cocoa programmer! Spawning threads was weird and hard and mostly not done. -performSelector:afterDelay:0 and manual chunking of work!