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

Cleanup and Updates #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Cleanup and Updates #10

wants to merge 1 commit into from

Conversation

loganwright
Copy link
Collaborator

@loganwright loganwright commented Aug 14, 2016

  • Considerably more Linux Parity
  • 100% test cov

}

deinit {
pthread_detach(pthread)
Copy link
Owner

Choose a reason for hiding this comment

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

Since theres now a way to explicitly detach a thread we should have a flag to remember if the thread has been detached. During deinit, we shouldn't detach a second time if it has been done before. We should also add that guard in the detach method itself.

@ketzusaka
Copy link
Owner

Just that one comment. everything else is 👍

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.

3 participants