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

Add a Resource Aware Pool #901

Open
wants to merge 112 commits into
base: develop
Choose a base branch
from
Open

Conversation

kab163
Copy link
Contributor

@kab163 kab163 commented Aug 1, 2024

The resource aware pool will ensure that a data race will not occur when a stream (resource) attempts to reuse memory that is still be touched by a different stream (resource).

Still needed to be done:

  • Implement an official RAP test
  • Clean up example and add comments
  • Add documentation and cookbook recipe
  • Double check all the TODO comments (questions about whether or not a check is needed....)

github-actions and others added 30 commits October 7, 2024 22:11
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.

1 participant