A slightly modified version of standard ReScript's Js.Promise
module.
Key differences are:
- t-first api
- contains few helpers like
Promise.result
andPromise.wait
(which is what I want most of the time in apps)
Soundness is on the same level as in the original bindings.
If you want more safety, consider reason-promise
.