You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this would be useful. I'm creating it because I suspect you need feedback in order to finalize the API. Feel free to close this issue if it's not.
I've implemented a main thread scheduling API with the current browser APIs — main-thread-scheduling.
I've been using the implementation for the last 2 years. I've been in contact with Flux.ai who are also using it extensively.
For me, an interesting question is: Does the new APIs have a way to do what isTimeToYield() method does in main-thread-scheduling?
If you think I may help you feel free to ask me questions.
The text was updated successfully, but these errors were encountered:
I'm not sure if this would be useful. I'm creating it because I suspect you need feedback in order to finalize the API. Feel free to close this issue if it's not.
I've implemented a main thread scheduling API with the current browser APIs — main-thread-scheduling.
I've been using the implementation for the last 2 years. I've been in contact with Flux.ai who are also using it extensively.
For me, an interesting question is: Does the new APIs have a way to do what
isTimeToYield()
method does inmain-thread-scheduling
?If you think I may help you feel free to ask me questions.
The text was updated successfully, but these errors were encountered: