I think a simpler question would be - if I have a ...
# coroutines
r
I think a simpler question would be - if I have a
Flow<Resource>
, how can I declare a
Resource
to be unavailable? As an additional information, only the newest
Resource
can be available.