Skip to content
New issue

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

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

Already on GitHub? # to your account

[SPSCQueue] limit the idx value #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Virviglaz
Copy link

When the reader/writed index pointer is increased, limit the value to
the maximum queue size making a queue circular.

Signed-off-by: Pavel Nadein pavel.nadein@cpp.canon

When the reader/writed index pointer is increased, limit the value to
the maximum queue size making a queue circular.

Signed-off-by: Pavel Nadein <pavel.nadein@cpp.canon>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant