stackable(3) php man page | unix.com

Man Page: stackable

Operating Environment: php

Section: 3

STACKABLE(3)								 1							      STACKABLE(3)

The Stackable class

INTRODUCTION
Stackables are tasks that are executed by Worker threads. You can synchronize with, read, and write Stackable objects before, after and during their execution.
CLASS SYNOPSIS
Stackable Stackable Methods o finalpublic boolean Stackable::chunk (long $size, boolean $preserve) o finalpublic boolean Stackable::isRunning (void ) o finalpublic boolean Stackable::isTerminated (void ) o finalpublic boolean Stackable::isWaiting (void ) o finalpublic boolean Stackable::lock (void ) o finalpublic boolean Stackable::merge (mixed $from, [mixed $overwrite]) o finalpublic boolean Stackable::notify (void ) o finalpublic boolean Stackable::pop (void ) o abstractpublic void Stackable::run (void ) o finalpublic boolean Stackable::shift (void ) o finalpublic mixed Stackable::synchronized (Closure $block, [mixed $...]) o finalpublic boolean Stackable::unlock (void ) o finalpublic boolean Stackable::wait ([string $timeout]) PHP Documentation Group STACKABLE(3)
Related Man Pages
evloop(3) - php
pdoexception(3) - php
thread(3) - php
worker(3) - php
poe::filter::map(3pm) - debian
Similar Topics in the Unix Linux Community
FreeBSD Stackable File System