-
Coroutine-powered API would allow better "async" performance
ohhmm updated
1 month ago
-
Implement Coroutines where ever they are necesarry
-
This has been logged in prod 319 times in the past 7 days. There are some potentially useful log lines under "Logs & Breadcrumbs", primarily related to:
* Photo upload failed. local path: ..
-
[P3367R0](https://wg21.link/p3367r0) constexpr coroutines (Hana Dusíková)
-
i had an issue where i couldn't yield anything, and when i check the source code, there wasnt any coroutines except pcalls?? that makes it wait until the whole statement finished, and didnt allow the …
-
`appbase` executor currently does not support c++ 20 coroutines. Currently SHiP is using `app().get_io_service()` which by-passes the priority queue executor. `appbase` executor/priority-queue should …
-
Hi!
Using quarkus I've tried to create resource using code like this:
```kotlin
@GraphQLApi
@RequestScoped
class SomethingResource(
private val somethingService: SomethingService,
) {
…
-
Hello. I fixed my code via ruff.
Applied fix and unsafe fixes.
But ruff did not find one error.
I forgot to write await when calling an asynchronous function.
Accordingly, I received RuntimeWarni…
-
I want to start off saying that this is a really cool and interesting project and I think a KMP based syntax highlighter is an awesome idea! I am excited to use it for something I am working on. Howev…
-
## Describe the bug
When the ReSharper C++ engine is enabled in CLion, attempting to open or create a project will lead to the project window instantly closing.
Removing `-Didea.suppressed.plugins.s…