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
Also, the docs of https://github.com/ryyppy/rescript-promise are written with the idea that direct promise access would be the main mechanism. With async/await we just don't know what the main mechanism will be.
Safe promises are introduced here: #5709
The PR changes as little as possible, just covers the safety aspect.
There are other, orthogonal improvements, performed here:
https://github.com/ryyppy/rescript-promise
these should be integrated as well.
There are a few open questions:
CC @ryyppy
The text was updated successfully, but these errors were encountered: