Searched refs:cancellable (Results 1 – 4 of 4) sorted by path
META-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
43 * Fix: Fix checking whether cancellable promise is an object and avoid possible warning.
341 A cancellable promise provides a mechanism for consumers to notify the creator
20 public function enqueue($cancellable) argument22 …if (!\is_object($cancellable) || !\method_exists($cancellable, 'then') || !\method_exists($cancell…26 $length = \array_push($this->queue, $cancellable);36 $cancellable = $this->queue[$i];41 $cancellable->cancel();