withProgress

inline fun withProgress(block: (Float) -> Unit)
inline fun withProgress(transform: (Boolean, Float) -> Float, block: (Float) -> Unit)