Module workflow_wasm::promise
source · Functions
- Deferred promise - an object that has
resolve()andreject()functions that can be called outside of the promise body.
resolve() and reject()
functions that can be called outside of the promise body.