issues Search Results · repo:Kotlin/kotlinx.coroutines language:Kotlin
Filter by
2k results
(115 ms)2k results
inKotlin/kotlinx.coroutines (press backspace or delete to remove)Both issues are be fixed, now the workaround should be removable?
https://github.com/Kotlin/kotlinx.coroutines/blob/develop/kotlinx-coroutines-core/common/src/flow/StateFlow.kt#L261
https://github.com/Kotlin/kotlinx.coroutines/issues/3820 ...
murfel
- Opened 2 days ago
- #4486
Hello! There are similar issues in other projects made by another author:
https://github.com/reactor/reactor-kotlin-extensions/issues/59 https://github.com/reactor/reactor-core/issues/3406
Maybe these ...
enhancement
reactive
olga-larina
- 3
- Opened 11 days ago
- #4480
Code Analysis: Coroutine Memory Visibility Issue
Problem Code Snippet
class KotlinConcurrentTest {
var counter = 0
fun testKotlin() {
singleCoroutine()
Thread.sleep(100_000) ...
design
FrankdeBoers
- 1
- Opened 12 days ago
- #4479
!-- This is a place for issue reports that are not exactly bugs (wrong unintentional behavior) but for our library
behaving suboptimally (though this could have been intentional).
Double-check
- If ...
design
AKN02
- 1
- Opened 15 days ago
- #4477
Description of the issue:
Custom CoroutineDispatchers currently cannot support their own delay implementations without using the
internally-annotated interface Delay. It can be useful for dispatchers ...
enhancement
zach-klippenstein
- 3
- Opened 16 days ago
- #4476
hi,
1. coroutines default dispather use CPU cors, so how about usage of GPU cores (for more performance)
2. new kind of dispatcher collaborate with virtual threads to benefices from both strategy for ...
enhancement
Kotlin-GDE
- 1
- Opened 17 days ago
- #4475
Hi! Currently, for coroutine builders like async, which rely on the user to handle an exception (via await), we do not
attach the async stack trace to the recovered exception.
For an example like this: ...
debug
enhancement
mvicsokolova
- 2
- Opened 19 days ago
- #4471
The code sample for the Flow::any() operation on flows here is myFlow.any { it 5 }, but the rendered html is just
myFlow.any { it 5 } (see here), which is incorrect syntax. The seems to be eaten by transformation ...
docs
alex292
- 1
- Opened 23 days ago
- #4470
Problem To debug coroutines the debugger should pass kotlinx-coroutines-core.jar found in the project’s classpath as a
-javaagent vm parameter to the given run configuration. The debugger does the following: ...
debug
enhancement
mvicsokolova
- 1
- Opened 24 days ago
- #4469
May you make synchronized function from kotlinx.coroutines.internal stable for KMP? Because in some cases it s useful to
use in Multiplatform. Mutex is good solution, but some times I need synchronized ...
enhancement
GazimSoliev
- 3
- Opened on Jun 20
- #4463

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.