List Question
10 TechQA 2025-01-01 15:47:44Prevent thread switches if no suspension happens in the call stack
140 views
Asked by Cristik
How to properly cancel Swift async/await function
11.2k views
Asked by Raimundas Sakalauskas
Is there a way to get rid of a new concurrency warning on a @Published variable
638 views
Asked by Martin
Kotlin: Difference between calling CoroutineScope.launch vs launch inside a coroutine
406 views
Asked by varunkr
How can I indicate I want the synchronous version of a function when in an async context in Swift?
165 views
Asked by WillyC
Why does a Task within a @MainActor not block the UI?
1.9k views
Asked by BlackWolf
TaskGroup limit amount of memory usage for lots of tasks
1.3k views
Asked by vendettacore
How to pass the CoroutineScope to composed objects in Kotlin (Structured Concurrency)
270 views
Asked by macnixde
How can I know if a Java 19 Structured Concurrency StructuredTaskScope is shutdown ( canceled )?
459 views
Asked by Gonen I
In Loom, can I use virtual threads for Recursive[Action/Task]?
782 views
Asked by HellishHeat