Zoltan Demant
receive
install(StatusPages) { exception<Throwable> { call, throwable -> val errorOrNull = call.receiveNullable<Error>() // Multiple receive not allowed, IIRC? } }
Aleksei Tirman [JB]
A modern programming language that makes developers happier.