検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 46 for tasks (0.003 sec.)
Collect references to completed tasks 12494
« Worker Worker::getStacked » PHP Manual Worker Collect references to completed tasks Worker::co ... Worker::collect — Collect references to completed tasks 説明 public Worker::collect ( Callable $collector ... or need to be used. 戻り値 The number of remaining tasks on the worker's stack to be collected. 例 例1 A ba ... echo "There are currently { $worker -> collect ()} tasks on the stack to be collected\n" ; for ( $i = 0 ; $ ... ed {}); } echo "There are { $worker -> collect ()} tasks remaining on the stack to be collected\n" ; $worke ...
https://man.plustar.jp/php/worker.collect.html - [similar]
Execute multiple tasks concurrently. 10816
« Swoole\Server::taskwait Swoole\Server::tick » PHP Manual Swoole\Server Execute multiple tasks ... 0) Swoole\Server::taskWaitMulti — Execute multiple tasks concurrently. 説明 public Swoole\Server::taskWaitM ... ulti ( array $tasks , double $timeout_ms = ? ): void パラメータ tasks ... timeout_ms 戻り値 関連キーワード: tasks , Execute , multiple , concurrently , Swoole , Ser ...
https://man.plustar.jp/php/swoole-server.taskwaitmulti.html - [similar]
Run a list of tasks in parallel 10099
« GearmanClient::returnCode GearmanClient::setClientCallback » PHP Manual GearmanClient Run a li ... st of tasks in parallel GearmanClient::runTasks (PECL gearman ... >= 0.5.0) GearmanClient::runTasks — Run a list of tasks in parallel 説明 public Gear ... manClient::runTasks (): bool For a set of tasks previously added with ... TaskLowBackground() , this call starts running the tasks in parallel. パラメータ この関数にはパラメータはあ ...
https://man.plustar.jp/php/gearmanclient.runtasks.html - [similar]
Add a high priority task to run in parallel 10007
« GearmanClient::addTaskBackground GearmanClient::addTaskHighBackground » PHP Manual GearmanClie ... igh priority task to be run in parallel with other tasks. Call this method for all the high priority tasks ... to be run in parallel, then call GearmanClient::runTasks() to perform the work. Tasks with a high priority ... 例 例1 A high priority task along with two normal tasks A high priority task is included among two other t ... asks. A single worker is available, so that tasks are run one at a time, with the high priority task ...
https://man.plustar.jp/php/gearmanclient.addtaskhigh.html - [similar]
Add a low priority task to run in parallel 10007
« GearmanClient::addTaskHighBackground GearmanClient::addTaskLowBackground » PHP Manual GearmanC ... y background task to be run in parallel with other tasks. Call this method for all the tasks to be run in p ... arallel, then call GearmanClient::runTasks() to perform the work. Tasks with a low priority w ... . 例 例1 A low priority task along with two normal tasks A low priority task is included among two other ta ... sks. A single worker is available, so that tasks are run one at a time, with the low priority task ...
https://man.plustar.jp/php/gearmanclient.addtasklow.html - [similar]
The parallel\Runtime class 9855
« parallel\run parallel\Runtime::__construct » PHP Manual parallel The parallel\Runtime class Th ... pped) upon construction. The thread then waits for tasks to be scheduled: Scheduled tasks will be executed ... and then the thread will resume waiting until more tasks are scheduled, or it's closed, killed, or destroye ... s of PHP objects, it will first execute all of the tasks that were scheduled, and block while doing so. Run ... very lightweight runtime is desirable because the tasks that will be scheduled do not need access to the c ...
https://man.plustar.jp/php/class.parallel-runtime.html - [similar]
Collect references to completed tasks 9855
« Pool Pool::__construct » PHP Manual Pool Collect references to completed tasks Pool::collect ( ... 0) Pool::collect — Collect references to completed tasks 説明 public Pool::collect ( Callable $collector = ... or need to be used. 戻り値 The number of remaining tasks in the pool to be collected. 変更履歴 バージョン 説 ... while ( $pool -> collect ()); // blocks until all tasks have finished executing $pool -> shutdown (); 関連 ... キーワード: references , tasks , Collect , completed , Pool , collect , collector ...
https://man.plustar.jp/php/pool.collect.html - [similar]
Add a task to be run in parallel 9641
« GearmanClient::addServers GearmanClient::addTaskBackground » PHP Manual GearmanClient Add a ta ... nTask Adds a task to be run in parallel with other tasks. Call this method for all the tasks to be run in p ... arallel, then call GearmanClient::runTasks() to perform the work. Note that enough workers ne ... ed to be available for the tasks to all run in parallel. パラメータ function_name ワ ... could not be added. 例 例1 Basic submission of two tasks <?php # Create our gearman client $gmclient = new ...
https://man.plustar.jp/php/gearmanclient.addtask.html - [similar]
Gets the remaining stack size 9336
« Worker::collect Worker::isShutdown » PHP Manual Worker Gets the remaining stack size Worker::g ... c Worker::getStacked (): int Returns the number of tasks left on the stack パラメータ この関数にはパラメータ ... はありません。 戻り値 Returns the number of tasks currently waiting to be executed by the worker 例 ... cho "There are { $worker -> getStacked ()} stacked tasks\n" ; 上の例の出力は以下となります。 There are 5 st ... acked tasks 関連キーワード: stack , remaining , size , Worker ...
https://man.plustar.jp/php/worker.getstacked.html - [similar]
はじめに 9290
« parallel Installation » PHP Manual parallel はじめに はじめに parallel is a parallel concurren ... l\Runtime::run() allows the programmer to schedule tasks for execution in parallel. A parallel\Runtime has ... a FIFO schedule, tasks will be executed in the order that they are schedu ... there are some instructions that are prohibited in tasks: yield use by-reference declare class declare name ... do not allow bi-directional communication between tasks. The parallel\Channel API allows bi-directional co ...
https://man.plustar.jp/php/intro.parallel.html - [similar]
PREV 1 2 3 4 5 NEXT