Join Slack
Powered by
This would be similar to the existing converter fo...
# coroutines
b
bdawg.io
08/22/2018, 9:29 PM
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
2
Views
Open in Slack
Previous
Next