Do I understand correctly that I'm not able to mar...
# coroutines
r
Do I understand correctly that I'm not able to mark lambda declaration as
suspend
? I.e. there is no way to avoid explicit type here:
Copy code
val lambda: suspend (String) -> Unit = { input: String -> /* body */ }
e
Not yet, but planned
🎉 2
r
Got it, thanks!