Join Slack
Powered by
The default dispatcher of kotlinJS is based on win...
# javascript
h
hikamaeng
09/13/2019, 10:19 AM
The default dispatcher of kotlinJS is based on window.postMessage. I'm trying to create a new dispatcher based on requestAnimationFrame. But it's not working properly and needs help.
https://gist.github.com/hikaMaeng/a8250773a2cafd5fe38dc2fefa1dae3f
e
epabst
10/10/2019, 11:00 PM
I'd recommend trying launch from coroutines rather than requestAnimationFrame.
5
Views
Open in Slack
Previous
Next