e.g. I have `suspend fun time(action: suspend () -...
# coroutines
p
e.g. I have
suspend fun time(action: suspend () -> Unit)
, and want to implement
fun timeSync(action: () -> Unit)
on top of it