-
Guys, I know how to make ui tests work on Kotlin coroutines in your static configuration paradigm. Would that be of interest to you? I can try to make a pull request.
-
Parent Issue #4293
-
Let's say that along side `Coroutine.run` we have `Coroutine.future` which doesn't block and allows you to start a coroutine, this would allow you to create more independent coroutines inside your cor…
-
**Describe the bug**
We are using the `RxJava` in our project, but now coroutines are available, which are much faster and more easily interruptible, so we should use them.
See issue https://github.c…
-
We could support required operators and introduce a new method like `wait` that integrates with C++20 stackless coroutines - it would be enabled only if C++20 (or more modern standard) is used.
-
Something I've just realised after trying to debug a coroutine program with the js, hl, and native cpp debugger. Our exception free coroutines have the unfortunate downside of breaking the "pause on h…
-
It is an interesting and complex feature introduced in C++20. Would appreciate an introduction/overview.
Thanks.
-
Now that coroutines are the standard for implementing async functions
we should convert the mainline examples in seastar to coroutines.
Keeping examples with continuations is beneficial as well,
but …
-
### Description
Congue non dolor sapien ut. Hendrerit odio ullamcorper quisque tortor. Aliquam elit ultrices.
Reported by,
sue.cervantes@example.com
### System Details
| Name | Value |
|:-----|:--…
-
How to get assess to currentThreadContext in SmallRyeThreadContext:
```java
final static ThreadLocal currentThreadContext = StorageManager
.threadLocal(SmallRyeThreadContextStorageDeclarat…