I updated my question and posted it to stack overf...
# coroutines
b
n
fire all shards query with threads, use
callbackFlow
to pass each query result, use
.firstOrNull
on the result flow, dnt forget awaitClose to cancel remain executing query,
b
Is there a way without flow?
n
then channel maybe?
u
maybe
select