Issues
- 0
malicious code inserted
#4564 opened by ABCDHarmon - 8
- 4
- 6
Make Promise.await common between k/wasm and k/js sources
#4544 opened by eymar - 4
Coroutine context lost easily between calls
#4499 opened by whirvis - 6
Documentation needs adjustments: states async cannot cause uncaught exceptions but async can if fails before it is awaited.
#4504 opened by nickolay-kondratyev - 5
Kotlin 2.2.0 regression: Creating a fun interface `CoroutineContext.Element` with SAM lamda results in a AbstractMethodError
#4512 opened by matejdro - 2
- 0
Hidden
#4559 opened by macjones0788-ship-it - 3
Thrown exceptions incorrectly wrapped in a new instance of the same class when constructor with `Throwable` param is provided
#4558 opened by kslesinski-godaddy - 4
Coroutines may randomly hang
#4531 opened by iseki0 - 0
- 1
Collection flows with incremental events
#4542 opened by rnett - 8
Add `asFlow()` extension for `SharedFlow`
#4530 opened by g000sha256 - 15
An exception occurs when R8 is enabled and FAST_SERVICE_LOADER_ENABLED is set to false.
#4533 opened by JayneVong - 1
Question: Why is MAX_POOL_SIZE set to ~2 million in Default.Dispatcher
#4540 opened by szymonsasin-nordic - 5
- 3
Add context parameter based `CoroutineScope` APIs
#4534 opened by Stream29 - 0
An API for not populating the exception stacktraces for coroutines that are likely to get cancelled
#4535 opened by dkhalanskyjb - 0
-
#4532 opened by dkhalanskyjb - 7
TestScope.runTest should support the option to explicitly manage "currentTime" instead of auto advancing it
#4505 opened by dmstocking - 1
- 1
Mutation of exception that thrown from another scope
#4527 opened by ihostage - 0
Cannot use the `promise` extension function on `CoroutineScope` from the new common web target
#4526 opened by mipastgt - 7
- 6
Fatal exception in coroutines machinery
#4516 opened by gnawf - 3
- 2
Allow plugging into CoroutineScheduler to know when it's about to run CPU or Blocking work
#4506 opened by LouisCAD - 0
Document the procedure of upgrading the `kotlinx.coroutines` repository to the new Kotlin
#4521 opened by dkhalanskyjb - 1
Updating to Kotlin 2.3.0 umbrella
#4515 opened by murfel - 4
- 1
An exception in `ThreadContextElement.updateThreadContext` is impossible to handle properly
#4518 opened by gregsh - 4
Port a bugfix for the coroutine scheduler
#4491 opened by dkhalanskyjb - 15
propagateExceptionFinalResort implementation for wasm-js and js confusing users
#4451 opened by bashor - 10
Flow.zip breaks if Flow1 impl catchs & rethrows a CancellationException, but not if Flow2 does it
#4507 opened by sameb - 1
- 0
Pui
#4494 opened by AKadisak1313 - 0
- 3
ReactorContextInjector does not have contextCapture
#4480 opened by olga-larina - 13
Add option to `yield(yieldLevel = EVENT_LOOP)` to yield undispatched to the Event Loop queue for an `immediate` dispatcher.
#4456 opened by steve-the-edwards - 1
Will Coroutine flush main memory when suspend?
#4479 opened by FrankdeBoers - 1
Code samples on Kotlin documentation page don't render comparison operators correctly
#4470 opened by alex292 - 1
New design for Coroutine Dispatcher using GPU
#4475 opened by Kotlin-GDE - 1
Ai voice assistant
#4477 opened by AKN02 - 3
Allow external CoroutineDispatcher implementations to support delay logic
#4476 opened by zach-klippenstein - 3
Remove outdated kludges
#4450 opened by LouisCAD - 3
Make synchronized function from kotlinx.coroutines.internal stable for KMP
#4463 opened by GazimSoliev - 0
No actualiza
#4462 opened by mejije - 0
Inconsistent behavior between `withContext` and `withTimeout`/`coroutineScope`/`supervisorScope` if the caller is cancelled before the start
#4457 opened by dkhalanskyjb - 0
Document `suspendCancellableCoroutine` first running the block and only then suspending
#4444 opened by dkhalanskyjb