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.
awaitClose
await
1 parent 6130238 commit f75cc17Copy full SHA for f75cc17
kotlinx-coroutines-core/common/src/flow/Builders.kt
@@ -305,7 +305,7 @@ public fun <T> channelFlow(@BuilderInference block: suspend ProducerScope<T>.()
305
* }
306
* api.register(callback)
307
* // Suspend until either onCompleted or external cancellation are invoked
308
- * await { api.unregister(callback) }
+ * awaitClose { api.unregister(callback) }
309
310
* ```
311
*/
0 commit comments