PHP Class Phive\Queue\ExceptionalQueue

Inheritance: implements Phive\Queue\Queue
Datei anzeigen Open project: rybakit/phive-queue

Public Methods

Method Description
__construct ( Phive\Queue\Queue $queue )
clear ( )
count ( )
pop ( )
push ( $item, $eta = null )

Protected Methods

Method Description
exceptional ( Closure $func ) : mixed

Method Details

__construct() public method

public __construct ( Phive\Queue\Queue $queue )
$queue Phive\Queue\Queue

clear() public method

public clear ( )

count() public method

public count ( )

exceptional() protected method

protected exceptional ( Closure $func ) : mixed
$func Closure The function to execute.
return mixed

pop() public method

public pop ( )

push() public method

public push ( $item, $eta = null )