php man page for threaded

Query: threaded

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

THREADED(3)								 1							       THREADED(3)

The Threaded class

INTRODUCTION
Threaded objects form the basis of pthreads ability to execute user code asynchronously; they expose and include synchronization methods and various useful interfaces. Threaded objects, most importantly, provide implicit safety for the programmer; all operations on the object scope are safe.
CLASS SYNOPSIS
Threaded ThreadedTraversableCountableArrayAccess Methods o public array Threaded::chunk (integer $size, boolean $preserve) o public integer Threaded::count (void ) o public bool Threaded::extend (string $class) o public Threaded Threaded::from (Closure $run, [Closure $construct], [array $args]) o public array Threaded::getTerminationInfo (void ) o public boolean Threaded::isRunning (void ) o public boolean Threaded::isTerminated (void ) o public boolean Threaded::isWaiting (void ) o public boolean Threaded::lock (void ) o public boolean Threaded::merge (mixed $from, [bool $overwrite]) o public boolean Threaded::notify (void ) o public boolean Threaded::pop (void ) o public void Threaded::run (void ) o public mixed Threaded::shift (void ) o public mixed Threaded::synchronized (Closure $block, [mixed $...]) o public boolean Threaded::unlock (void ) o public boolean Threaded::wait ([integer $timeout]) PHP Documentation Group THREADED(3)
Related Man Pages
splqueue(3) - php
arrayiterator(3) - php
reflectionfunctionabstract(3) - php
reflectionmethod(3) - php
spldoublylinkedlist(3) - php
Similar Topics in the Unix Linux Community
multi-threaded server, pthreads, sleep
help me out with my threaded c++ mudbase - c++, pthread_cond_wait
Unable to run a simple threaded program on AIX
Need threaded python script
Hyperthreaded virtual cores, different C-States?