Join Slack
Powered by
I have some issues with kotlin/js because of missi...
# javascript
j
Julius
03/23/2022, 10:35 PM
I have some issues with kotlin/js because of missing javascript knowledge:
https://stackoverflow.com/questions/71586237/how-to-use-asyncgenerators-with-kotlin-js
I'm thankful for any help🙏
t
turansky
03/25/2022, 8:44 PM
Simple
`Iterator`
j
Julius
03/25/2022, 9:07 PM
There we go, thank you so much!
Julius
03/25/2022, 10:16 PM
While a good hint in the right direction, the JsIterator wrapper doesn't implement the
iterator()
function
Julius
03/25/2022, 10:17 PM
I guess I would have to implement the
iterator()
function myself and put the whole thing inside an async context
Open in Slack
Previous
Next