Searched defs:ITER_NON_BLOCKING (Results 1 – 2 of 2) sorted by relevance
/plugin/jplayer/vendor/symfony/process/ | ||
H A D | Process.php | 46 …const ITER_NON_BLOCKING = 1; // By default, iterating over outputs is a blocking call, use this fl… define in Symfony\\Component\\Process\\Process |
/plugin/combo/vendor/symfony/process/ | ||
H A D | Process.php | 49 public const ITER_NON_BLOCKING = 1; // By default, iterating over outputs is a blocking call, use this flag to make it non-blocking define in Symfony\\Component\\Process\\Process |