Search code examples
call swift Actor from AVAudioEngine (synchronous) code...


swiftmultithreadingconcurrencyactoravaudioengine

Read More
Swift 6: Capture of 'self' with non-sendable type in a @Sendable closure...


swiftconcurrencyactorswift-concurrencyswift6

Read More
Swift: Conform Older Protocols to MainActor Isolation?...


swiftactorquicklookswift-concurrency

Read More
Mutating async function on actor-isolated property...


swiftactorstructured-concurrency

Read More
Deadlocks in Actor based Programming languages...


scalaerlangdeadlockactor

Read More
How can I achieve thread safety in an async method?...


swiftasynchronousconcurrencyactor

Read More
Explict use of MainActor.run necessary here...


swiftuiconcurrencyactor

Read More
How do I write a custom == implementation on an actor isolated class?...


swiftactor

Read More
How to restrict actor messages to specific types?...


scalaactorakka

Read More
Swift, actor: Actor-isolated property 'scanning' can not be mutated from a non-isolated cont...


swiftactorswift-concurrency

Read More
In swift, do we need "@MainActor in" inside the closure of an other object written inside ...


iosswiftactormainactor

Read More
ivar of Swift Actor in objc code: atomic or nonatomic?...


swiftobjective-cactorbridge

Read More
Calling into AVFoundation on a background thread interferes with SwiftUI animation...


animationswiftuiavfoundationactor

Read More
AtMost Once Message Delivery in Actor Cluster Sharding Entity Actor...


akkaactorakka-clusterakka-remote-actorremote-actors

Read More
Using await keyword in SwiftUI's ViewModifier...


swiftswiftuiactorcombine

Read More
NSTask/Process + NSPipe + NSFileHandle in Modern Swift Concurrency...


swiftactornstaskswift-concurrencynsfilehandle

Read More
What is the "current actor" in the Swift Concurrency model?...


swiftconcurrencyactor

Read More
Swift: Silence "Non-Sendable Notification? cannot cross actor boundary" warning...


swiftactorswift-concurrency

Read More
Is my actor based store really thread safe?...


swiftthread-safetyactor

Read More
Swift Actor thread safety with continuations...


swiftasync-awaitconcurrencyactor

Read More
Use of swift actor in delegate facade...


iosswiftasync-awaitconcurrencyactor

Read More
Usage of Dapr Virtual Actors vs Orleans...


microservicesactororleansdapr

Read More
Mutating a mutable Struct within a Swift Task...


swiftasync-awaitconcurrencyactor

Read More
Understanding GlobalActor, is it guaranteed it won't execute on Main Thread...


iosswiftasync-awaitactor

Read More
Can Akka actor drop messages from its mailbox if needed?...


scalaakkaactor

Read More
Why I can get access to variable from multiple Tasks in Actor?...


swiftasync-awaitconcurrencyactor

Read More
Access global actor property from its shared instance...


swiftconcurrencyactorswift-concurrency

Read More
Actor Cluster Sharding Remember entities not properly recreating while Rolling restart of nodes...


akkaactorakka-clusterakka-remoting

Read More
How can I conform a Swift actor to a protocol while preserving isolation?...


swiftconcurrencyswift5actor

Read More
Modifying actor property from two different tasks...


swifttaskactorswift-concurrency

Read More
BackNext