francescotescari

Results 8 comments of francescotescari

> This is (partially?) fixed now in 1.6.0-RC with the new API for testing. > > * Using `withContext(Dispatchers.IO) { ... }` in `runTest` (which is a replacement for `runBlockingTest`)...

Thank you for your answer! What you say makes sense to me. Let me just share that in my company (Android) in unit tests the dispatcher is always injected and...

2 cents on the design, please destroy everything I say. AFAIU `CancellationException` is just a signal to terminate a cancelled coroutine promptly without breaking the exceptions effect system (aka run...

+1: I would like to work on a Kotlin multiplatform wrapper using Yjs for JS targets and yrs for android and native (ios), maybe also for wasm. I have no...

Unfortunate :( we use still use thrift in our project and wanted to explore KMP (ios, android, web) using this lib. I see that there are more recent commits on...

> If I understood well, you want the ability to define high-priority tasks, that might be executed in the next loop of the Dispatcher, and low-priority tasks, that are subject...

Any updates on the benchmarks? It is an interesting proposal, I would expect this to be effective also in Kotlin Native where the compiler could do some interesting optimizations with...

> 1. Regarding the return type of current(Draft) Agree > 2. From a type safety perspective, `Draft` indeed should not be directly assigned to `T`, as the draft might contain...