List Question
10 TechQA 2023-12-01 17:34:15Prevent thread switches if no suspension happens in the call stack
116 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
614 views
Asked by Martin
Kotlin: Difference between calling CoroutineScope.launch vs launch inside a coroutine
382 views
Asked by varunkr
How can I indicate I want the synchronous version of a function when in an async context in Swift?
137 views
Asked by WillyC
Why does a Task within a @MainActor not block the UI?
1.8k views
Asked by BlackWolf
TaskGroup limit amount of memory usage for lots of tasks
1.2k views
Asked by vendettacore
How to pass the CoroutineScope to composed objects in Kotlin (Structured Concurrency)
244 views
Asked by macnixde
How can I know if a Java 19 Structured Concurrency StructuredTaskScope is shutdown ( canceled )?
432 views
Asked by Gonen I
In Loom, can I use virtual threads for Recursive[Action/Task]?
758 views
Asked by HellishHeat