Home
last modified time | relevance | path

Searched refs:canceller (Results 1 – 7 of 7) sorted by relevance

/plugin/elasticsearch/vendor/react/promise/src/
H A DDeferred.php11 private $canceller; variable in React\\Promise\\Deferred
13 public function __construct(callable $canceller = null) argument
15 $this->canceller = $canceller;
25 }, $this->canceller);
26 $this->canceller = null;
H A DPromise.php7 private $canceller; variable in React\\Promise\\Promise
16 public function __construct(callable $resolver, callable $canceller = null) argument
18 $this->canceller = $canceller;
24 $resolver = $canceller = null;
34 if (null === $this->canceller) {
38 // This promise has a canceller, so we create a new child promise which
39 // has a canceller that invokes the parent canceller if all other
41 // instance for the static canceller functio
[all...]
H A Dfunctions.php28 $canceller = null;
31 $canceller = [$promiseOrValue, 'cancel'];
36 }, $canceller);
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md93 to resolver and canceller if callback requires them. Also use static callbacks without
94 binding to promise, clean up canceller function reference when they are no longer
95 needed and hide resolver and canceller references from call stack on PHP 7+.
H A DREADME.md109 The constructor of the `Deferred` accepts an optional `$canceller` argument.
382 $canceller = function () {
389 $promise = new React\Promise\Promise($resolver, $canceller);
392 The promise constructor receives a resolver function and an optional canceller
404 If the resolver or canceller throw an exception, the promise will be rejected
407 The resolver function will be called immediately, the canceller function only
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js533 Promise.prototype._cancelBy = function(canceller) { argument
534 if (canceller === this) {
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1canceller","_invokeOnCancel","_cancel","_setCancelled","_cancelPromises","_length","_unsetOnCancel…