We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c9aae commit b2188ddCopy full SHA for b2188dd
kotlinx-coroutines-core/common/src/flow/operators/Limit.kt
@@ -109,7 +109,6 @@ public fun <T> Flow<T>.takeWhile(predicate: suspend (T) -> Boolean): Flow<T> = f
109
* emit(progress) // always emit progress
110
* !progress.isDone() // continue while download is not done
111
* }
112
- * }
113
* ```
114
*/
115
public fun <T, R> Flow<T>.transformWhile(
0 commit comments