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
The EventHandler API was a step towards enabling general communication from arbitrary Rust threads back to a JavaScript thread, but it had some safety issues:
Lack of support for managing exceptions in the event handler
We have been having a great discussion in a pre-RFC thread about an alternative design that is safer and more general. @kjvalencik is working on writing up an RFC.
The text was updated successfully, but these errors were encountered:
The EventHandler API was a step towards enabling general communication from arbitrary Rust threads back to a JavaScript thread, but it had some safety issues:
We have been having a great discussion in a pre-RFC thread about an alternative design that is safer and more general. @kjvalencik is working on writing up an RFC.
The text was updated successfully, but these errors were encountered: