Commit a11ffaf4 authored by Davis King's avatar Davis King

Removed the comments about doing stuff before main() has been entered

since this is now mostly untrue.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402528
parent 643cc535
......@@ -15,9 +15,6 @@ namespace dlib
/*!
GENERAL COMMENTS
This file just contains miscellaneous api functions
GENERAL WARNING
Don't call any of these functions before main() has been entered.
!*/
// ----------------------------------------------------------------------------------------
......
......@@ -9,11 +9,7 @@ namespace dlib
// ----------------------------------------------------------------------------------------
/*!
GENERAL COMMENTS
Unlike the other API wrappers you may make instances of these objects at the
global scope and call these functions before main() has been entered.
THREAD POOL
THREAD POOLING
When threads end they go into a global thread pool and each waits there
for 30 seconds before timing out and having its resources returned to the
operating system. When create_new_thread() is called it first looks in the
......
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