graze / queue

:postbox: Flexible abstraction for working with queues in PHP.
MIT License
49 stars 10 forks source link

Add support for polling #2

Closed adlawson closed 9 years ago

adlawson commented 9 years ago

Poll a queue for messages until the queue Adapter decides to break or the done() closure is called from the worker.