-
Notifications
You must be signed in to change notification settings - Fork 163
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
scaffolding threads #33
Comments
This makes a lot of sense. Any volunteers to make these materials?
…On Fri, Oct 20, 2017 at 12:34 PM, Richard ***@***.***> wrote:
It would be good to have a simple exercise/tutorial to get students more
comfortable with using threads. A complete solution to the security
exercises assumes a good knowledge of threads and how to apply them. Many
students may have this knowledge, so I view this as filling in a gap for
some students.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#33>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA0XDy8RDGRUKt8xrHddPYBAPZ35AsGnks5suMt5gaJpZM4QA6zQ>
.
|
I can make a stab at this --- talk about concurrency and threads as concepts, introduce synchronization and locks, scopes and closures, exception handling perhaps... |
aaaaalbert
added a commit
to aaaaalbert/docs
that referenced
this issue
Oct 24, 2017
See SeattleTestbed#33 for reference.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be good to have a simple exercise/tutorial to get students more comfortable with using threads. A complete solution to the security exercises assumes a good knowledge of threads and how to apply them. Many students may have this knowledge, so I view this as filling in a gap for some students.
The text was updated successfully, but these errors were encountered: