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

Allow pluggable strategies for non-blocking queues, when queue bound reached #39

Closed
johnmcclean opened this issue Jul 16, 2015 · 1 comment
Milestone

Comments

@johnmcclean
Copy link
Member

Producers of NonBlocking Queues should be able to either

  1. drop data
  2. spin / dominate current thread until space available in Queue
  3. sleep / park for configurable time period before retry
  4. Some combination of the above

Consumers should be able to sleep for a configurable time period or spin until data available.

@johnmcclean johnmcclean added this to the 0.98 milestone Jul 16, 2015
@johnmcclean
Copy link
Member Author

implemented on 0.99 branch

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

No branches or pull requests

1 participant