Lines Matching refs:promises
5 … size constant. Read [this blog post](https://blog.domenic.me/youre-missing-the-point-of-promises/)
6 for a general introduction to promises.
28 - C# style async/await coroutine promises using
35 composer require guzzlehttp/promises
113 subsequent promises in the chain to only be fulfilled when the returned promise
213 You can synchronously force promises to complete using a promise's `wait`
346 cancelled. Any promises waiting on the cancelled promise to resolve will also
399 This library works with foreign promises that have a `then` method. This means
400 you can use Guzzle promises with [React promises](https://github.com/reactphp/promise)
420 promise in order to utilize wait and cancel functions with foreign promises.
425 In order to keep the stack size constant, Guzzle promises are resolved
426 asynchronously using a task queue. When waiting on promises synchronously, the
428 any forwarded promises are resolved. When using promises asynchronously in an
430 you do not run the task queue, then promises will not be resolved.
441 For example, you could use Guzzle promises with React using a periodic timer:
453 By shuffling pending handlers from one owner to another, promises are
489 Some promise libraries implement promises using a deferred object to represent
499 also the deferred value, allowing promises of the same parent class to reach
500 into and modify the private properties of promises of the same type. While this
547 … been announced. Please see [Security Policy](https://github.com/guzzle/promises/security/policy) …
559 …/tidelift.com/subscription/pkg/packagist-guzzlehttp-promises?utm_source=packagist-guzzlehttp-promi…