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 atomic wrappers for bool and error #612

Merged
merged 3 commits into from
Jun 10, 2017
Merged

Add atomic wrappers for bool and error #612

merged 3 commits into from
Jun 10, 2017

Conversation

julienschmidt
Copy link
Member

@julienschmidt julienschmidt commented Jun 9, 2017

Improves #608 by using re-usable wrappers for atomic booleans and also replaces mc.closedErr guarded by a lock with an atomic error field.

Checklist

  • Code compiles correctly
  • Created tests which fail without the change (if possible)
  • All tests passing
  • Extended the README / documentation, if necessary
  • Added myself / the copyright holder to the AUTHORS file

@julienschmidt julienschmidt added this to the v1.4 milestone Jun 9, 2017
@julienschmidt julienschmidt mentioned this pull request Jun 9, 2017
5 tasks
Copy link
Member

@methane methane left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants