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

Implement BasicThread::IsMainThread #585

Merged
merged 1 commit into from
Jun 19, 2015
Merged

Conversation

codemercenary
Copy link
Contributor

Add support to discriminate between the main thread and other threads on the system. Some systems have special handling for the main thread--IE, certain APIs can only be called safely from it--thus it's important that we have a way to inform such systems as to whether a particular thread is the main thread.

@codemercenary codemercenary force-pushed the feature-ismainthread branch from 9260a34 to e7f1c8d Compare June 18, 2015 06:28
Add support to discriminate between the main thread and other threads on the system.  Some systems have special handling for the main thread--IE, certain APIs can only be called safely from it--thus it's important that we have a way to inform such systems as to whether a particular thread is the main thread.
@codemercenary codemercenary force-pushed the feature-ismainthread branch from e7f1c8d to e0188e5 Compare June 19, 2015 21:50
gtremper added a commit that referenced this pull request Jun 19, 2015
Implement BasicThread::IsMainThread
@gtremper gtremper merged commit fbbee74 into develop Jun 19, 2015
@gtremper gtremper deleted the feature-ismainthread branch June 19, 2015 22:02
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.

2 participants