eygraber
07/15/2021, 6:23 AMcallbackFlow
what's the best way to determine if I should still emit? isActive
or !isClosedForSend
(or both)?bezrukov
07/15/2021, 8:32 AMawaitClose { }
. With new channel api (coroutines 1.5+) it's safe to call `trySend`/`trySendBlocking` anyway.eygraber
07/16/2021, 7:19 PMawaitClose
firing or something like that), although I'm not 100% sure I didn't start doing this following the pattern that I use with suspendCancellableCoroutine