generated from mcpplibs/templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Enhance concurrency strategy with traits, tests, and documentation #9
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
Merged
FrozenLemonTee
merged 14 commits into
main
from
refactor-unified-concurrent-access-interface
Mar 20, 2026
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
c15becf
feat: Complete traits for operation-level atomicity
FrozenLemonTee 239c448
feat: Refine memory order concurrency strategy and implement traits
FrozenLemonTee 880cada
feat: Add concurrent access interface to primitive type
FrozenLemonTee 371bb52
style: Fmt code
FrozenLemonTee c087af7
refactor: Remove hard-coded code in the memory barrier injection logic
FrozenLemonTee d7920c2
refactor: Use new tag name
FrozenLemonTee 9b18fb1
test: Complete the traits tests for the concurrency strategy
FrozenLemonTee c89b99a
test: Add a new concurrency strategy test and correct the original te…
FrozenLemonTee 289489a
docs: Update the documentation for the new concurrency strategy inter…
FrozenLemonTee 78cb06b
docs: Add a new concurrency strategy example program
FrozenLemonTee 568fcf2
docs: Correct the code for the custom concurrency policy in the examp…
FrozenLemonTee 168fcef
refactor: Use helper to extract code
FrozenLemonTee 156439f
refactor: Add and use atomic_ref_compatible checks for concurrency ha…
FrozenLemonTee 6e14d3d
test: Add tests for non-trivially copyable and low alignment represen…
FrozenLemonTee File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.