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

thread: Wrappers for spawning threads #49

Merged
merged 1 commit into from
May 26, 2019
Merged

Conversation

tony-iqlusion
Copy link
Member

Adds an abscissa::thread::Thread type for threads managed by the framework.

Each of these threads has a "kill switch" which can be used to request that the thread exit. This is impl'd as an AtomicBoolean (and thus does not have immediate effect, allowing threads to gracefully exit).

Each thread has a mandatory abscissa::thread::Name for identifying it.

Adds an `abscissa::thread::Thread` type for threads managed by the
framework.

Each of these threads has a "kill switch" which can be used to request
that the thread exit. This is impl'd as an `AtomicBoolean` (and thus
does not have immediate effect, allowing threads to gracefully exit).

Each thread has a mandatory `abscissa::thread::Name` for identifying it.
@tony-iqlusion tony-iqlusion merged commit 11eef09 into develop May 26, 2019
@tony-iqlusion tony-iqlusion deleted the thread-wrappers branch May 26, 2019 20:02
@tony-iqlusion tony-iqlusion mentioned this pull request Jul 2, 2019
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.

None yet

1 participant