Home
last modified time | relevance | path

Searched refs:cancellable (Results 1 – 4 of 4) sorted by last modified time

/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md66 * Fix: Fix checking whether cancellable promise is an object and avoid possible warning.
H A DREADME.md341 A cancellable promise provides a mechanism for consumers to notify the creator
/plugin/elasticsearch/vendor/react/promise/src/
H A DCancellationQueue.php20 public function enqueue($cancellable) argument
22 if (!\is_object($cancellable) || !\method_exists($cancellable, 'then') || !\method_exists($cancellable, 'cancel')) {
26 $length = \array_push($this->queue, $cancellable);
36 $cancellable = $this->queue[$i];
41 $cancellable->cancel();
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...