Join Slack
Powered by
e.g. I have `suspend fun time(action: suspend () -...
# coroutines
p
pniederw
01/23/2017, 11:35 PM
e.g. I have
suspend fun time(action: suspend () -> Unit)
, and want to implement
fun timeSync(action: () -> Unit)
on top of it
Open in Slack
Previous
Next