Module workflow_wasm::defer
source · Expand description
The defer
utility function.
Functions§
- Deferred promise - an object that has
resolve()
andreject()
functions that can be called outside of the promise body. WARNING: This function useseval
and can not be used in environments where dynamically-created code can not be executed such as web browser extensions. @category General