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

Feature/concurrent_factory #17

Merged
merged 7 commits into from
Sep 26, 2024
Merged

Conversation

joaquintides
Copy link
Member

Concurrent factory based on boost::concurrent_node_set:

  • Doesn't need external locking or tracking.
  • Value erasure is not deterministic (i.e. when all asociated flyweights are destroyed), but carried out by a built-in garbage collector.

Documentation preview.

…ctory,

plus fixed concurrent_factory_detail::refcounted_entry move ctor
@joaquintides joaquintides merged commit 0d8e4da into develop Sep 26, 2024
70 of 72 checks passed
@joaquintides joaquintides deleted the feature/concurrent_factory branch September 26, 2024 17:18
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