List Question
20 TechQA 2024-03-22T03:20:15.407000How to customize the Shutdown policy of Java 21's Structured Concurrency API?
64 views
Asked by liang li
Can a ScopedValue be applied to "the current" StructuredTaskScope without creating a new task?
110 views
Asked by David
Java 21 structured concurrency, need predictable subtask exception ordering
237 views
Asked by mdrg
Java 21 Structured Concurrency ShutdownOnSuccess and ShutdownOnFailure understanding
164 views
Asked by Abhishek
How to force an Async Context Manager to Exit
247 views
Asked by Sam
Prevent thread switches if no suspension happens in the call stack
161 views
Asked by Cristik
Is there a way to co-ordinate coroutines using on Dispatchers with wait statements across codeblocks
63 views
Asked by user1743524
Where should we use "Task {}": in ViewModel or ViewController?
1.2k views
Asked by Roman
How to convert callback functions into Senders model?
141 views
Asked by Bryan Yan
DispatchQueue.main.asyncAfter equivalent in Structured Concurrency in Swift?
2.2k views
Asked by Gargo
Using coroutineScope function vs passing CoroutineScope as argument
454 views
Asked by Ismaïl
CoroutineScope vs coroutineScope vs CoroutineScope extension function
512 views
Asked by Ismaïl
Kotlin: Difference between calling CoroutineScope.launch vs launch inside a coroutine
452 views
Asked by varunkr
How can I indicate I want the synchronous version of a function when in an async context in Swift?
182 views
Asked by WillyC
Is there a way to get rid of a new concurrency warning on a @Published variable
665 views
Asked by Martin
In Loom, can I use virtual threads for Recursive[Action/Task]?
815 views
Asked by HellishHeat
How can I know if a Java 19 Structured Concurrency StructuredTaskScope is shutdown ( canceled )?
492 views
Asked by Gonen I
How to pass the CoroutineScope to composed objects in Kotlin (Structured Concurrency)
291 views
Asked by macnixde
What is Structured Concurrency?
119 views
Asked by HellishHeat
Run function after two functions has ran
73 views
Asked by EmilyYu