-
Notifications
You must be signed in to change notification settings - Fork 6
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
replace next_id
with alloc_with_id
#9
Comments
Unless there is also an assertion against re-entrancy, I don't think this actually removes potential bugs resulting from operation orderings like
I'm not convinced it is worth adding the overhead that an assertion against re-entrancy would require... |
|
Ah! great point! Yeah, I'd be in favor of this then! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
seems like potentially more bullet-proof API?
The text was updated successfully, but these errors were encountered: