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

PR for Issue #471 Adding raii_thread only. #504

Closed
wants to merge 3 commits into from

Conversation

galik
Copy link
Contributor

@galik galik commented May 9, 2017

This PR adds <gsl/gsl_thread> and tests/thread_tests.cpp
Partially fixes Issue #471 (without detached_thread)

Notes:
This PR does not include detached_thread as per @hsutter request in PR #481
I have copied the interface of std::thread.

@hsutter
Copy link
Contributor

hsutter commented May 9, 2017

Looks good to me.

Bikeshed issue: Do we really want to say "raii_thread"? Yes, that's what it is, but why not "joining_thread" or "scoped_thread"? Let me fire off some email to the Guideline editors to ask about the shed color...

@galik
Copy link
Contributor Author

galik commented May 21, 2017

Making a clean branch

@galik galik closed this May 21, 2017
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.

3 participants