Method | Description | |
---|---|---|
__construct ( callable $callback = null ) | ||
__invoke ( Throwable | null $exception, mixed $value ) | Calls each callback in the queue, passing the provided values to the function. | |
push ( callable $callback ) | Unrolls instances of self to avoid blowing up the call stack on resolution. |
public __construct ( callable $callback = null ) | ||
$callback | callable | Initial callback to add to queue. |