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

tools they would probably prefer to use.
This commit is contained in:
Davis King 2012-12-08 16:14:26 -05:00
parent 8ed6469ee8
commit d84b5d822e
1 changed files with 7 additions and 3 deletions

View File

@ -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.
*/