Is it possible to wrap around callback with `produ...
# coroutines
a
Is it possible to wrap around callback with
produce
somehow, similar to
suspendCancellableCoroutine
? I am trying to have coroutines for Firebase Firestore and they use
addSnapshotCallback
to observe hot data
b
I use a channel for these cases