Results of 1 - 10 of about 69 for done (0.001 sec.)
- Add a task to get status 16968
- « GearmanClient::addTaskLowBackground GearmanClient::clearCallbacks » PHP Manual GearmanClient A
...
ariable to track how many tasks have completed */ $done = 0 ; $gmclient -> addTaskStatus ( $handles [ 0 ], ...
& $done ); $gmclient -> addTaskStatus ( $handles [ 1 ], & ...
$done ); $gmclient -> runTasks (); echo "Done: $done \n" ...
; sleep ( 1 ); } while ( $done != 2 ); function reverse_status ( $task , $done ) ...
-
https://man.plustar.jp/php/gearmanclient.addtaskstatus.html
- [similar]
- State Detection 10166
- « parallel\Future::cancelled parallel\Future::value » PHP Manual parallel\Future State Detection
...
parallel\Future::done (0.8.0) parallel\Future::done — State Detection 説 ...
明 public parallel\Future::done (): bool Shall indicate if the task is completed 関 ...
連キーワード: Detection , done , cancelled , public , Shall , indicate , task , c ...
-
https://man.plustar.jp/php/parallel-future.done.html
- [similar]
- Get the status of a background job 9502
- « GearmanClient::getErrno GearmanClient::ping » PHP Manual GearmanClient Get the status of a bac
...
AN_SUCCESS ) { echo "bad return code\n" ; exit; } $done = false ; do { sleep ( 3 ); $stat = $gmclient -> j ...
f (! $stat [ 0 ]) // the job is known so it is not done $done = true ; echo "Running: " . ( $stat [ 1 ] ? ...
", denomintor: " . $stat [ 3 ] . "\n" ; } while(! $done ); echo "done!\n" ; ?> 上の例の出力は、 たとえば以 ...
or: 14 Running: false, numerator: 0, denomintor: 0 done! 参考 GearmanClient::doStatus() - Get the status f ...
-
https://man.plustar.jp/php/gearmanclient.jobstatus.html
- [similar]
- Run a task in the background 9431
- « GearmanClient::do GearmanClient::doHigh » PHP Manual GearmanClient Run a task in the backgroun
...
AN_SUCCESS ) { echo "bad return code\n" ; exit; } $done = false ; do { sleep ( 3 ); $stat = $gmclient -> j ...
f (! $stat [ 0 ]) // the job is known so it is not done $done = true ; echo "Running: " . ( $stat [ 1 ] ? ...
, denominator: " . $stat [ 3 ] . "\n" ; } while(! $done ); echo "done!\n" ; ?> 上の例の出力は、 たとえば以 ...
r: 14 Running: false, numerator: 0, denominator: 0 done! 参考 GearmanClient::doNormal() - Run a single tas ...
-
https://man.plustar.jp/php/gearmanclient.dobackground.html
- [similar]
- はじめに 8215
- « Eio インストール/設定 » PHP Manual Eio はじめに はじめに この拡張モジュールは、非同期 POSIX I/
...
からのリクエストの呼び出し <?php function my_symlink_done ( $filename , $result ) { // $filename を $new_fil ...
$filename , $link , EIO_PRI_DEFAULT , "my_symlink_done" , $filename ); // リクエストを処理します eio_even ...
クエストが終わってから呼ばれます */ function my_grp_done ( $data , $result ) { // ... } function my_symlink ...
_done ( $filename , $result ) { // eio_rename リクエスト ...
-
https://man.plustar.jp/php/intro.eio.html
- [similar]
- State Detection 8031
- « parallel\Future::cancel parallel\Future::done » PHP Manual parallel\Future State Detection par
...
d 関連キーワード: Detection , cancelled , cancel , done , public , Shall , indicate , task , ...
-
https://man.plustar.jp/php/parallel-future.cancelled.html
- [similar]
- The parallel\Future class 7975
- « parallel\Runtime::kill parallel\Future::cancel » PHP Manual parallel The parallel\Future class
...
mixed /* State */ public cancelled (): bool public done (): bool /* Cancellation */ public cancel (): bool ...
ture::cancelled — State Detection parallel\Future::done — State Detection parallel\Future::value — Resolut ...
el , return , Detection , showing , Cancellation , done , cancelled , Resolution , child ...
-
https://man.plustar.jp/php/class.parallel-future.html
- [similar]
- Description 7607
- « Imagick::appendImages Imagick::averageImages » PHP Manual Imagick Description Imagick::autoLev
...
Which channel should the auto-levelling should be done on. 戻り値 成功した場合に true を返します。 例 例1 ...
Description , autoLevelImage , should , maximum , done , levelling , Which , パラメータ , range ...
-
https://man.plustar.jp/php/imagick.autolevelimage.html
- [similar]
- State Detection 7480
- « Threaded::extend Threaded::isTerminated » PHP Manual Threaded State Detection Threaded::isRunn
...
ynchronized (function( $thread ){ if (! $thread -> done ) $thread -> wait (); }, $this ); } } $my = new My ...
y -> synchronized (function( $thread ){ $thread -> done = true ; $thread -> notify (); }, $my ); ?> 上の例 ...
-
https://man.plustar.jp/php/thread.isrunning.html
- [similar]
- Synchronization 7480
- « Threaded::merge Threaded::notifyOne » PHP Manual Threaded Synchronization Threaded::notify (PE
...
ynchronized (function( $thread ){ if (! $thread -> done ) $thread -> wait (); }, $this ); } } $my = new My ...
y -> synchronized (function( $thread ){ $thread -> done = true ; $thread -> notify (); }, $my ); var_dump ...
-
https://man.plustar.jp/php/threaded.notify.html
- [similar]