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
Create an example of using an embedding event-loop and how JS and the host can communicate. This should make use of Promises as they are a great tool for async embedding behavior. The example should stress (at least in words) that updates must always been on main thread and the embedding must synchronize.
(I have a work in progress that I'll put up in the next week)
The text was updated successfully, but these errors were encountered:
Create an example of using an embedding event-loop and how JS and the host can communicate. This should make use of Promises as they are a great tool for async embedding behavior. The example should stress (at least in words) that updates must always been on main thread and the embedding must synchronize.
(I have a work in progress that I'll put up in the next week)
The text was updated successfully, but these errors were encountered: