Ok thanks
# coroutines
y
Ok thanks
e
By the way, out of curiosity, what is your use-case?
Anyway, I’ve got curious on how complex the corresponding implementation for ES6-style generate/yield with two-way communication (yield with param) is going to be and implemented the corresponding example: https://github.com/Kotlin/kotlin-coroutines/commit/5c3376024d978bf28c9fab906fbf03d0d9478861
👍 3
y
My use case is porting redux-saga Middleware to kotlin