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)