Post

Replies

Boosts

Views

Activity

Comment on AVCam Example: Can I use a Actor instead of a DispatchQueue for capture session activity?
It looks like AVCam has been updated with an actor. Still I found this example very interesting. Would it be possible to use @preconcurrency or would this change the semantics? actor VarnishCentral: @preconcurrency Varnisher.Delegate { func varnisherShouldUseGloss(_ varnisher: Varnisher) -> Bool { shouldUseGloss() } }
Nov ’24