Search code examples
What is the `nonisolated` keyword in Swift?...


swiftactor

Read More
Thread safe singleton with async/await and async init...


swiftasync-awaitthread-safetysingletonactor

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


swiftconcurrencyactorswift-concurrencyswift6

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


swiftasynchronousconcurrencyactor

Read More
Actor problem in Xcode UI tests with addUIInterruptionMonitor in Swift 6...


xcodeactoruitest

Read More
Why does #expect crash in Swift Testing...


swiftactorswift-testingxcode16.1

Read More
How do I conform to a protocol with an actor?...


swiftactorswift-protocols

Read More
Getting "Unknown attribute 'MainActor'" when using MainActor with Task...


swifttaskactorswift-task

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


swiftconcurrencyactor

Read More
UI Update not triggered on Main Thread despite @MainActor annotation...


swiftmacosactorappkitswift-concurrency

Read More
Pass a wildcard class as part of actor message with Akka actors?...


scalaclassakkaactorunbounded-wildcard

Read More
How wait some job in global actor...


swiftasync-awaitactor

Read More
Difference Between @MainActor func and Task { @MainActor in } in Swift 6...


swiftconcurrencytaskactorswift6

Read More
Closures in actors: Sending 'nonSendable' risks causing data races...


swiftactorswift-concurrencyswift6xcode16

Read More
Why is my actor ask getting dead letters?...


scalaakkaactordead-letter

Read More
How to add "default" Receive behaviour to an AKKA Actor that is able to change its behavio...


scalaakkaactor

Read More
Why does a @MainActor nonisolated property accessing a @MainActor protocol’s nonisolated property pr...


swiftactorswift-concurrency

Read More
How to rename actors in draw.io...


umldrawactoruse-casediagrams.net

Read More
Error when compiling AsyncStack<> with Swift 6...


swiftxcodeasync-awaitactorswift6

Read More
Scala actors as single-threaded queues...


scalamessage-queueactor

Read More
How to keep reference to a created instance of Actor class with Akka?...


scalaakkaactor

Read More
"Actor Name [user] is not Unique" when calling `ActorSystem.create`...


javagradleakkaactorakka-actor

Read More
Solve Main actor-isolated static property inside a Package...


swiftactor

Read More
Akka - reason: Incompatible types: Behavior<Message> is not convertible to Behavior<Object&...


javaakkaactorakka-typedactorsystem

Read More
Swift Concurrency capturing self weakly in actor...


swiftactorswift-concurrency

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


swiftactorswift-concurrency

Read More
A simple question Using Access values in an actor in Swift...


swiftconcurrencyactor

Read More
How to create a button array from an actor array on Unreal Blueprint?...


arrayswidgetactorunreal-engine5blueprint

Read More
How to support an async callback with timeout in swift actor...


swiftasync-awaitactorswift-concurrency

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


swiftactornstaskswift-concurrencynsfilehandle

Read More
BackNext