mirror of https://github.com/davisking/dlib.git
updated docs
This commit is contained in:
parent
8a3ff4ff1e
commit
584c90574c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue