Closed Revisor closed 9 years ago
This solves the first comment in #8 - Queue::pull() doesn't throw an exception anymore if there's no job found before the time is up. Instead it returns null.
Queue::pull()
null
Tests and documentation have been changed accordingly.
This solves the first comment in #8 -
Queue::pull()
doesn't throw an exception anymore if there's no job found before the time is up. Instead it returnsnull
.Tests and documentation have been changed accordingly.