Function workflow_wasm::promise::defer

source ·
pub fn defer() -> Promise
Expand description

Deferred promise - an object that has resolve() and reject() functions that can be called outside of the promise body.