This would be similar to the existing converter fo...
# coroutines
b
This would be similar to the existing converter for no arguments
Copy code
inline fun <R> suspend(noinline block: suspend () -> R): suspend () -> R = block
👍 1