検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 182 for run (0.040 sec.)
Runtime Construction 5052
« parallel\Runtime parallel\Runtime::run » PHP Manual parallel\Runtime Runtime Construction para ... llel\Runtime::__construct (0.8.0) parallel\Runtime::__const ... ruct — Runtime Construction 説明 public parallel\Runtime::__c ... onstruct () Shall construct a new runtime without bootstrapping. public parallel\Runtime ... string $bootstrap ) Shall construct a bootstrapped runtime. パラメータ bootstrap The location of a bootst ...
https://man.plustar.jp/php/parallel-runtime.construct.html - [similar]
Get the timer timeout 5052
« ZMQDevice::getIdleTimeout ZMQDevice::run » PHP Manual ZMQDevice Get the timer timeout ZMQDevic ...
https://man.plustar.jp/php/zmqdevice.gettimertimeout.html - [similar]
Dispatch pending events 5019
« EventBase::__construct EventBase::exit » PHP Manual EventBase Dispatch pending events EventBas ... tch (): void Wait for events to become active, and run their callbacks. The same as EventBase::loop() wit ...
https://man.plustar.jp/php/eventbase.dispatch.html - [similar]
Dispatch pending events 5019
« EventBase::gotStop EventBase::priorityInit » PHP Manual EventBase Dispatch pending events Even ... = ? ): bool Wait for events to become active, and run their callbacks. 警告 Do NOT destroy the EventBase ...
https://man.plustar.jp/php/eventbase.loop.html - [similar]
Creates EvSignal watcher object associated with the current event loop instance 5019
« EvLoop::run EvLoop::stat » PHP Manual EvLoop Creates EvSignal watcher object associated with t ...
https://man.plustar.jp/php/evloop.signal.html - [similar]
定義済み定数 5019
« リソース型 例 » PHP Manual Gearman 定義済み定数 定義済み定数 以下の定数が定義されています。 こ ... :do() . Sent to update the client with data from a running job. A worker uses this when it needs to send ... s, send partial results, or flush data during long running jobs. GEARMAN_WORK_WARNING ( int ) Notice retu ... Client::do() . Sent to update the status of a long running job. Use GearmanClient::doStatus() to obtain t ... to "pause" the call and return from GearmanClient::runTasks() . Call GearmanClient::runTasks() again to c ...
https://man.plustar.jp/php/gearman.constants.html - [similar]
Basic Gearman client and worker, submitting tasks 5019
« Basic Gearman client and worker, background GearmanClient » PHP Manual 例 Basic Gearman client ... this example, the basic reverse client extended to run two tasks in parallel. The reverse worker is uncha ... $gmc -> addTaskLow ( "reverse" , "bar" , NULL ); # run the tasks in parallel (assuming multiple workers) ... if (! $gmc -> runTasks ()) { echo "ERROR " . $gmc -> error () . "\n" ...
https://man.plustar.jp/php/gearman.examples-reverse-task.html - [similar]
Shutdown all workers 5019
« Pool::resize Pool::submit » PHP Manual Pool Shutdown all workers Pool::shutdown (PECL pthreads ... ?php class Task extends Threaded { public function run () { usleep ( 500000 ); } } $pool = new Pool ( 4 ) ...
https://man.plustar.jp/php/pool.shutdown.html - [similar]
定義済み定数 5019
« リソース型 Pspell 関数 » PHP Manual Pspell 定義済み定数 定義済み定数 以下の定数が定義されていま ... _NORMAL ( int ) PSPELL_BAD_SPELLERS ( int ) PSPELL_RUN_TOGETHER ( int ) 関連キーワード: 定義 , 定数 , int ...
https://man.plustar.jp/php/pspell.constants.html - [similar]
Identification 5019
« Thread::getCreatorId Thread::getCurrentThreadId » PHP Manual Thread Identification Thread::get ... ad <?php class My extends Thread { public function run () { var_dump ( Thread :: getCurrentThread ()); } ...
https://man.plustar.jp/php/thread.getcurrentthread.html - [similar]