onFetching

inline fun <T : Any> Fetch<T>.onFetching(action: Fetch.Fetching.() -> Unit): Fetch<T>

also do an action, if Fetch is in-progress.