Commit 584c9057 authored by Davis King's avatar Davis King

updated docs

parent 8a3ff4ff
...@@ -1168,8 +1168,8 @@ ...@@ -1168,8 +1168,8 @@
<a href="dlib/threads/thread_pool_extension.h.html">here</a>. It is <a href="dlib/threads/thread_pool_extension.h.html">here</a>. It is
implemented such that no memory allocations occur after the thread pool implemented such that no memory allocations occur after the thread pool
has been constructed (the future object also doesn't perform any memory allocations or contain any system has been constructed (the future object also doesn't perform any memory allocations or contain any system
resources such as mutex objects). resources such as mutex objects) so long as the user doesn't call
any of the add_task_by_value() routines.
</description> </description>
<examples> <examples>
......
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