fetching

inline suspend fun <T : Any> FetchCollector<T>.fetching(cache: T? = null)

Send a fetch in progress status to the current flow-scope.

See also

FetchCollector.prefetch
FetchCollector.finished