Commit feafb374 authored by Davis King's avatar Davis King

clarified spec

parent 3ab07899
......@@ -114,7 +114,7 @@ namespace dlib
/*!
ensures
- creates a new thread for the function pointed to by funct
- passes it param as its parameter
- passes it param as its parameter. (i.e. calls funct(param) from the new thread)
- returns true upon success and false upon failure to create the new thread
!*/
......
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