updated docs

This commit is contained in:
Davis King 2011-06-06 22:47:51 -04:00
parent 8a3ff4ff1e
commit 584c90574c
1 changed files with 2 additions and 2 deletions

View File

@ -1168,8 +1168,8 @@
<a href="dlib/threads/thread_pool_extension.h.html">here</a>. It is
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
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>
<examples>