Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
d84b5d82
Commit
d84b5d82
authored
Dec 08, 2012
by
Davis King
Browse files
Added a comment telling the user that there are higher level threading
tools they would probably prefer to use.
parent
8ed6469e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
examples/threads_ex.cpp
examples/threads_ex.cpp
+7
-3
No files found.
examples/threads_ex.cpp
View file @
d84b5d82
...
...
@@ -2,12 +2,16 @@
/*
This is an example illustrating the use of the threading api from the
dlib
C++ Library.
This is an example illustrating the use of the threading api from the
dlib
C++ Library.
This is a very simple example. It makes some threads and just waits for
them to terminate.
them to terminate. It should be noted that this example shows how to use
the lowest level of the dlib threading API. Often, other higher level tools
are more appropriate. For examples of higher level tools see the
documentation on the pipe, thread_pool, thread_function, or
threaded_object.
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment