Daniil Ovchinnikov

Results 77 comments of Daniil Ovchinnikov

> The problem is that runBlocking should perform work-stealing anyway to improve liveness I still think this is the main problem. `runBlocking` is the only coroutine library primitive that does...

@Mr3zee Why would you want to serialize shared flows in the first place?

So, `withContext` does not know about `UNDISPATCHED`. May be it's time to teach it :) This knowledge will help to solve https://github.com/Kotlin/kotlinx.coroutines/issues/3681 as well: ``` launch(UNDISPATCHED) { myStateFlow.collectLatest { //...

ServiceLoader API will also help us with tracing and other observability. We also wanted to override the default dispatcher but gave up. Since we have a separate fork, we might...

I understand how it behaves at the moment. I'm arguing that non-public marker on file-level should affect the whole file, including types defined in the file.

This could be already done before the decision on #4329.

There is a `class`, there is a class with 1 instance: `object`, I'd expected a separate keyword for class with 0 instances. I like `namespace` the most, since it describes...