Lines Matching refs:will

71 with any value other than a `GuzzleHttp\Promise\RejectedPromise` will trigger
73 will reject the promise and trigger the `$onRejected` callbacks).
100 promise in the chain. Returning a promise in a `then` callback will cause the
102 has been fulfilled. The next promise in the chain will be invoked with the
213 // Calling wait will return the value of the promise.
228 Calling `wait` on a promise that has been fulfilled will not trigger the wait
229 function. It will simply return the previously resolved value.
237 Calling `wait` on a promise that has been rejected will throw an exception. If
256 called "unwrapping" the promise. Waiting on a promise will by default unwrap
265 // This will not throw an exception. It simply ensures the promise has
270 When unwrapping a promise, the resolved value of the promise will be waited
273 wait function will be the value delivered to promise B.
305 // do something that will cancel the promise computation (e.g., close
334 the parent most ancestor that has not yet been resolved will also be
335 cancelled. Any promises waiting on the cancelled promise to resolve will also
391 callback, promise resolution will occur recursively.
408 a foreign promise. You will need to wrap a third-party promise with a Guzzle
416 task queue will be automatically run to ensure that the blocking promise and
418 event loop, you will need to run the task queue on each tick of the loop. If
419 you do not run the task queue, then promises will not be resolved.
485 consumers of the promise cannot modify the value that will be eventually
508 …flicting between global and local copies of the package. The function API will be removed in 2.0.0…
537 …ease send an email to security@tidelift.com. All security vulnerabilities will be promptly address…