Home
last modified time | relevance | path

Searched refs:waitfn (Results 1 – 1 of 1) sorted by path

/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DBaseFutureTrait.php14 private $waitfn; variable
46 $this->waitfn = $wait;
57 if (!$this->isRealized && $this->waitfn) {
95 $this->waitfn = $this->cancelfn = null;
112 $this->waitfn = $this->cancelfn = null;
117 $this->waitfn = $this->cancelfn = null;
125 $wait = $this->waitfn;
126 $this->waitfn = null;