kotlin-flow-extensions / hu.akarnokd.kotlin.flow / Resumable / await

await

suspend fun await(): Unit

Await the resumption of this Resumable, suspending the current coroutine if necessary. Only one thread can call this method.