Marko Novakovic
fun interface A : suspend () -> Unit
suspend
LeoColman
fun interface A { operator suspend fun invoke() }
ephemient
suspend () -> Unit
(Continuation<*>) -> Unit
A modern programming language that makes developers happier.