Commit 12a1104e authored by Davis King's avatar Davis King

grammar

parent b5c0dede
...@@ -407,7 +407,7 @@ ...@@ -407,7 +407,7 @@
the specification for the component doesn't mention threading or thread safety then the specification for the component doesn't mention threading or thread safety then
it is ok to use as long as you serialize access to shared instances. If the component might have it is ok to use as long as you serialize access to shared instances. If the component might have
some global resources or be reference counted then the specifications will tell you this. some global resources or be reference counted then the specifications will tell you this.
Lastly if the component is completely thread safe then the specification will tell you this also. Lastly if the component is completely thread safe then the specification will tell you this.
</p> </p>
<p> <p>
Also note that global functions in dlib are always thread safe. Also note that global functions in dlib are always thread safe.
......
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