I’m having a problem with this code: `internal fun...
# coroutines
m
I’m having a problem with this code:
internal fun doSomething(
) = callbackFlow<Something> {
val listener = object : Listener {
...
}
sdk.start(listener)
awaitClose {}
}