Skip to content

Commit

Permalink
Fix API.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite committed Nov 29, 2024
1 parent 021ab60 commit 3b6eb81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ internal fun rememberDelayedDispatchCoroutineScope(): CoroutineScope {
/**
* A [CoroutineDispatcher] that delays dispatching until the current [CoroutineDispatcher] changes.
*/
internal class DelayedDispatchCoroutineDispatcher(
private class DelayedDispatchCoroutineDispatcher(
private val delegate: CoroutineDispatcher,
) : CoroutineDispatcher() {
private var dispatchEnabled = false
Expand Down

0 comments on commit 3b6eb81

Please sign in to comment.