Documentation

taskQueue
in package
implements taskQueueInterface

Interfaces, Classes, Traits and Enums

taskQueueInterface

Table of Contents

$enableShutdown  : mixed
$queue  : mixed
__construct()  : mixed
add()  : mixed
disableShutdown()  : mixed
isEmpty()  : mixed
run()  : mixed

Properties

$enableShutdown

private mixed $enableShutdown = true

Methods

__construct()

public __construct([mixed $withShutdown = true ]) : mixed
Parameters
$withShutdown : mixed = true
Return values
mixed

add()

public add(callable $task) : mixed
Parameters
$task : callable
Return values
mixed

disableShutdown()

public disableShutdown() : mixed
Return values
mixed

isEmpty()

public isEmpty() : mixed
Return values
mixed

run()

public run() : mixed
Return values
mixed

Search results