Closed Animeshz closed 3 years ago
val suspendFunctionExample: suspend () -> Unit = suspend { }
The suspend function from the stdlib is scoped as a keyword rather than a function.
suspend
The
suspend
function from the stdlib is scoped as a keyword rather than a function.