pub fn get_promise(promise_id: &PromiseId) -> GetPromiseResult
Expand description
Gets a handle to the result of the promise. Can only be called in the same agent that orignally created the promise.
pub fn get_promise(promise_id: &PromiseId) -> GetPromiseResult
Gets a handle to the result of the promise. Can only be called in the same agent that orignally created the promise.