Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DBaseFutureTrait.php17 private $cancelfn; variable
47 $this->cancelfn = $cancel;
94 $cancelfn = $this->cancelfn;
95 $this->waitfn = $this->cancelfn = null;
98 if ($cancelfn) {
99 $cancelfn($this);
112 $this->waitfn = $this->cancelfn = null;
117 $this->waitfn = $this->cancelfn = null;