issues Search Results · repo:Kotlin/kotlinx.coroutines language:Kotlin
Filter by
2k results
(92 ms)2k results
inKotlin/kotlinx.coroutines (press backspace or delete to remove)!-- 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 2 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 2 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 3 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
- 1
- Opened 6 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 9 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
- Opened 10 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 22 days ago
- #4463
!-- Double-check
- Is this really a bug?
- If the behavior is documented, but you disagree with it, please do file an issue, but as a Design consideration,
not a Bug report.
- If ...
bug
mejije
- Opened 23 days ago
- #4462
runBlocking {
cancel()
withContext(EmptyCoroutineContext) {
println( This will not be printed )
}
println( Neither will this )
}
runBlocking {
cancel()
withTimeout(1.seconds) ...
design
dkhalanskyjb
- Opened 29 days ago
- #4457
Use case
Issue in Library Repo: https://github.com/square/workflow-kotlin/issues/1311
Quick Description:
In Workflow, we execute a runtime of state machines that process actions in response to asynchronous ...
enhancement
steve-the-edwards
- 12
- Opened on Jun 11
- #4456

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!
Restrict your search to the title by using the in:title qualifier.
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!
Restrict your search to the title by using the in:title qualifier.