Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Network Programming assignment 4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Joakim Skogø Langvand
Network Programming assignment 4
Commits
d96c60a2
Commit
d96c60a2
authored
4 years ago
by
Joakim Skogø Langvand
Browse files
Options
Downloads
Patches
Plain Diff
Make join() private; desrtuctor does cleanup
parent
4b7bbaaf
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
workers.hpp
+1
-1
1 addition, 1 deletion
workers.hpp
with
1 addition
and
1 deletion
workers.hpp
+
1
−
1
View file @
d96c60a2
...
...
@@ -49,6 +49,7 @@ namespace jlworkers {
std
::
thread
m_runnerThread
;
void
join
();
void
stop
();
public:
...
...
@@ -59,7 +60,6 @@ namespace jlworkers {
void
post
(
const
std
::
function
<
void
()
>&
);
void
post_timeout
(
const
std
::
function
<
void
()
>&
,
int
timeout
);
void
start
();
void
join
();
};
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment