Commit d84b5d82 authored by Davis King's avatar Davis King

Added a comment telling the user that there are higher level threading

tools they would probably prefer to use.
parent 8ed6469e
...@@ -2,12 +2,16 @@ ...@@ -2,12 +2,16 @@
/* /*
This is an example illustrating the use of the threading api from the This is an example illustrating the use of the threading api from the dlib
dlib C++ Library. C++ Library.
This is a very simple example. It makes some threads and just waits for 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.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment