\Acms\Services\ReactQueue

Summary

Methods
Properties
Constants
__construct()
push()
pop()
exec()
No public properties found
INTERVAL
No protected methods found
$workingTableSize
$queue
$timer
$loop
$workingCount
N/A
No private methods found
No private properties found
N/A

Constants

INTERVAL

INTERVAL

Properties

$workingTableSize

$workingTableSize : integer

Type

integer

$queue

$queue : array

Type

array

$timer

$timer : \React\EventLoop\LibEventLoop|\React\EventLoop\Timer\Timer

Type

\React\EventLoop\LibEventLoop|\React\EventLoop\Timer\Timer

$loop

$loop : \React\EventLoop\LibEventLoop|\React\EventLoop\StreamSelectLoop

Type

\React\EventLoop\LibEventLoop|\React\EventLoop\StreamSelectLoop

$workingCount

$workingCount : integer

Type

integer

Methods

__construct()

__construct(integer  $size = 10, \React\EventLoop\LibEventLoop|\React\EventLoop\StreamSelectLoop  $loop) 

Queue constructor.

Parameters

integer $size
\React\EventLoop\LibEventLoop|\React\EventLoop\StreamSelectLoop $loop

exec()

exec(boolean  $page404 = false) : void

Parameters

boolean $page404