検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 98 for task (0.007 sec.)
Runtime Join 5671
« parallel\Runtime::close parallel\Future » PHP Manual parallel\Runtime Runtime Join parallel\Ru ... l attempt to force the runtime to shutdown. 注意 : Tasks scheduled for execution will not be executed, the ... currently running task shall be interrupted. 警告 Internal function calls ... ード: Runtime , kill , Shall , 警告 , interrupted , task , Closed , throw , Exceptions , cannot ...
https://man.plustar.jp/php/parallel-runtime.kill.html - [similar]
Get the size of returned data 5645
« GearmanTask::data GearmanTask::function » PHP Manual GearmanTask Get the size of returned data ... GearmanTask::dataSize (PECL gearman >= 0.5.0) GearmanTask::dat ... — Get the size of returned data 説明 public GearmanTask::dataSize (): int Returns the size of the data bei ... ng returned for a task. パラメータ この関数にはパラメータはありません。 戻 ... ta size, or false if there is no data. 参考 GearmanTask::data() - Get data returned for a task 関連キーワー ...
https://man.plustar.jp/php/gearmantask.datasize.html - [similar]
Get the job handle 5645
« GearmanTask::isRunning GearmanTask::recvData » PHP Manual GearmanTask Get the job handle Gearm ... anTask::jobHandle gearman_job_handle (PECL gearman >= 0.5 ... .0) GearmanTask::jobHandle -- gearman_job_handle — Get the job han ... dle 説明 public GearmanTask::jobHandle (): string Returns the job handle for t ... his task. パラメータ この関数にはパラメータはありません。 戻 ...
https://man.plustar.jp/php/gearmantask.jobhandle.html - [similar]
Shutdown all workers 5579
« Pool::resize Pool::submit » PHP Manual Pool Shutdown all workers Pool::shutdown (PECL pthreads ... s in the pool. This will block until all submitted tasks have been executed. パラメータ この関数にはパラメ ... 返しません。 例 例1 Shutting down a pool <?php class Task extends Threaded { public function run () { usleep ... $i = 0 ; $i < 10 ; ++ $i ) { $pool -> submit (new Task ()); } $pool -> shutdown (); // blocks until all s ... ubmitted tasks have finished executing 関連キーワード: all , wor ...
https://man.plustar.jp/php/pool.shutdown.html - [similar]
The parallel\Future class 5409
« parallel\Runtime::kill parallel\Future::cancel » PHP Manual parallel The parallel\Future class ... ents the return value or uncaught exception from a task, and exposes an API for cancellation. 例1 Example ... d as a simple synchronization point even where the task does not return a value explicitly. 例2 Example sh ...
https://man.plustar.jp/php/class.parallel-future.html - [similar]
The parallel\Runtime class 5409
« 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 destroy ... s of PHP objects, it will first execute all of the tasks that were scheduled, and block while doing so. Ru ... very lightweight runtime is desirable because the tasks that will be scheduled do not need access to the ...
https://man.plustar.jp/php/class.parallel-runtime.html - [similar]
双方向リンクリストを使用して実装した新しい空のキューを作成する 5383
« SplQueue SplQueue::dequeue » PHP Manual SplQueue 双方向リンクリストを使用して実装した新しい空の ... り込みます ... // それを処理します foreach ( $q as $task ) { // ... $task の処理 ... // 新たなタスクをキュー ... に追加します $q [] = $newTask ; // ... } ?> 関連キーワード: 作成 , キュー , SplQ ...
https://man.plustar.jp/php/splqueue.construct.html - [similar]
Swoole 5331
« stream_wrapper_unregister はじめに » PHP Manual その他の基本モジュール Swoole Swoole はじめに ... ection is existed. Swoole\Server::finish — Used in task process for sending result to the worker process w ... hen the task is finished. Swoole\Server::getClientInfo — Get th ... ver::stop — Stop the Swoole server. Swoole\Server::task — Send data to the task worker processes. Swoole\S ... erver::taskwait — Send data to the task worker processes in bl ...
https://man.plustar.jp/php/book.swoole.html - [similar]
Philosophy 5305
« Installation Functional API » PHP Manual parallel Philosophy Philosophy This section contains ... variable from one thread to another by any means - Task arguments, return via Future, and Channels - it is ... s no need for data structures to be shared by many tasks, and indeed, it is simpler if they are not. The d ... ata should be owned by a single task, changes to (or operations on) that data structure ...
https://man.plustar.jp/php/philosophy.parallel.html - [similar]
Create a GearmanTask instance 5240
« GearmanTask GearmanTask::create » PHP Manual GearmanTask Create a GearmanTask instance Gearman ... Task::__construct (PECL gearman >= 0.5.0) GearmanTask::__construct — Create a GearmanTask instance 説明 ... public GearmanTask::__construct () Creates a GearmanTask instance rep ... resenting a task to be submitted to a job server. パラメータ この関 ... 数にはパラメータはありません。 戻り値 A GearmanTask object. 関連キーワード: GearmanTask , instance , a ...
https://man.plustar.jp/php/gearmantask.construct.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT