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

A mechanism for asynchronous deletion of objects #2033

Merged
merged 6 commits into from
Dec 22, 2018

Conversation

pleroy
Copy link
Member

@pleroy pleroy commented Dec 21, 2018

No description provided.

base/graveyard.hpp Show resolved Hide resolved
base/graveyard_body.hpp Show resolved Hide resolved
base/graveyard.hpp Show resolved Hide resolved
public:
explicit Graveyard(std::int64_t number_of_threads);

void Bury(std::unique_ptr<T> t);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should t be called hearse?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope.

@eggrobin eggrobin added the LGTM label Dec 21, 2018
@pleroy pleroy merged commit 06a15ba into mockingbirdnest:master Dec 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants