Searched refs:onEmpty (Results 1 – 4 of 4) sorted by relevance
26 private $onEmpty = null; variable in Symfony\\Component\\Process\\InputStream33 public function onEmpty(?callable $onEmpty = null) function in Symfony\\Component\\Process\\InputStream35 $this->onEmpty = $onEmpty;91 if (!$this->input && $this->open && null !== $onEmpty = $this->onEmpty) {92 $this->write($onEmpty($this));
24 private $onEmpty = null; variable in Symfony\\Component\\Process\\InputStream31 public function onEmpty(callable $onEmpty = null) function in Symfony\\Component\\Process\\InputStream33 $this->onEmpty = $onEmpty;87 if (!$this->input && $this->open && null !== $onEmpty = $this->onEmpty) {88 $this->write($onEmpty($this));
1246 $input->onEmpty($stream);1262 $input->onEmpty(function ($input) {1279 $input->onEmpty(function () use (&$i) { ++$i; });
2 …onEmpty(e){this._onEmptyCallbacks.push(e)}enqueue(e,t){const n=e===Wg;this._activeActions++,this._… method in anonymousObjectd7719c3957905.Ug