Skip to content

Commit

Permalink
Docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite committed Jan 14, 2025
1 parent 8ac95cc commit ebddb12
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ package coil3.compose.internal

import kotlin.coroutines.CoroutineContext

/**
* A special [CoroutineContext] implementation that lets us observe changes to its elements.
*/
internal class ForwardingCoroutineContext(
private val delegate: CoroutineContext,
private val onNewContext: (old: CoroutineContext, new: CoroutineContext) -> Unit,
Expand Down

0 comments on commit ebddb12

Please sign in to comment.