voddan
suspend fun yield(value: T) { setNext(value) setNextStep(this.continuation) }
A modern programming language that makes developers happier.