Skip to content

Commit

Permalink
Docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite committed Dec 3, 2024
1 parent 781ea9f commit cd47369
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ internal fun rememberDelayedDispatchCoroutineScope(): CoroutineScope {
}

/**
* A [CoroutineDispatcher] that delays dispatching until the current [CoroutineDispatcher] changes.
* A [CoroutineDispatcher] that delays dispatching to [delegate] until after the current
* [CoroutineDispatcher] changes.
*/
private class DelayedDispatchCoroutineDispatcher(
private val delegate: CoroutineDispatcher,
Expand Down

0 comments on commit cd47369

Please sign in to comment.