louiscad
03/16/2018, 2:49 PMsuspend lambda "creator" without parameters, but didn't bring one with a single parameter ?
I can easily write one: inline fun <T, R> suspend(noinline block: suspend (T) -> R): suspend (T) -> R = blockelizarov
03/16/2018, 5:27 PM