-
-
Notifications
You must be signed in to change notification settings - Fork 489
Create new hello-threads exercise #106
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
Comments
Check please my demo version tasks. I need to know if I understood the problem correctly |
@tkuzub it looks more or less fine. But it's not convenient to review commits in your repo.
In your case we are not sure about the exercise, so we need to iterate and discuss it. In order to show the idea, please create one PR: task + tests. I will try to do it myself and will leave you some comments in that PR. (Creating PR with completed solution is not required at this point) So the next step is:
|
@tkuzub I added another set of comments to your PR. Please let me know if everything is clear. |
Ok, before to end the day I will make the fix |
The main goal of this exercise is to introduce threads and let people get their hands dirty with concurrent code. It should be an entry-level exercise that does not require previous experience with concurrency.
Location
7-0-java-concurrency
7-0-0-hello-theads
exerciseTask
I guess it should be something like one class with a list of very simple methods. Each of those methods should require a person to implement a simple Thread-related logic. Here's a complete example
Runnable
and return a newThread
based on itThe text was updated successfully, but these errors were encountered: