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

ck_queue: add CK_*_FOREACH_FROM #205

Merged
merged 1 commit into from
Feb 18, 2023
Merged

Conversation

markjdb
Copy link
Contributor

@markjdb markjdb commented Feb 13, 2023

No description provided.

include/ck_queue.h Outdated Show resolved Hide resolved
This is a variant of CK_*_FOREACH from FreeBSD queue.h which starts
iteration at the specified item.  If the item pointer is NULL, iteration
starts from the beginning of the list.
@cognet
Copy link
Contributor

cognet commented Feb 18, 2023

Thank you ! :)

@cognet cognet merged commit 50299b7 into concurrencykit:master Feb 18, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants