Hacker News new | ask | show | jobs
by realharo 3162 days ago
>Admittedly it is still lacking some good stuff in comparison, eg. _yield return_

Is that similar to Kotlin's buildSequence/yield/... implemented with coroutines? https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.coroutin...

1 comments

It would seem so, but coroutines are still "experimental". I do hope it will catch up.