Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to get more than one items in a queue? #9

Open
zz opened this issue Apr 5, 2011 · 1 comment
Open

how to get more than one items in a queue? #9

zz opened this issue Apr 5, 2011 · 1 comment

Comments

@zz
Copy link

zz commented Apr 5, 2011

Some times I need get more than one items in queue to work.

@aib
Copy link
Contributor

aib commented Apr 12, 2011

Use basic_get: It's non-blocking, so you can immediately see if there are enough items to be processed. (If not, you can reject the ones you've already received.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants