\Pluf_Queue_Processor

Class to process a Pluf_Queue.

This class is very simple as basically this is just a signal handler. It goes throught the queue, get a free item, lock it, process it by sending a signal then mark it as done.

Summary

Methods
Properties
Constants
getItem()
process()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

getItem()

getItem() : mixed

Get an item to process.

Returns

mixed —

False if no item to proceed.

process()

process()