Solutions
Multiplatform
Server-side
Data science
Android
Case studies
Docs
Language guide
Multiplatform development
API
APIs overview
Standard library (stdlib)
Test library (kotlin.test)
Coroutines (kotlinx.coroutines)
Serialization (kotlinx.serialization)
Kotlin I/O library (kotlinx-io)
Date and time (kotlinx-datetime)
JVM Metadata (kotlin-metadata-jvm)
Kotlin Gradle plugins
Ktor
Compose Multiplatform Material3
Community
Teach
Play
Playground
Koans
Get started
kotlinx.coroutines
Toggle table of contents
1.11.0-rc01
common
Platform filter
common
Switch theme
Search in API
kotlinx.coroutines
kotlinx-coroutines-core
/
kotlinx.coroutines.internal
Package-level
declarations
Functions
Functions
resume
Cancellable
With
Link copied to clipboard
@
InternalCoroutinesApi
fun
<
T
>
Continuation
<
T
>
.
resumeCancellableWith
(
result
:
Result
<
T
>
)