Commit 64947f33 authored by Davis King's avatar Davis King

Made spec slightly more clear.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403396
parent a31096bd
......@@ -99,9 +99,10 @@ namespace dlib
- returns true if the enqueue() and enqueue_or_timeout() functions are
currently enabled, returns false otherwise. (note that the higher
level is_enabled() function can overrule this one. So if
is_enabled() == false then enqueue functions are still disabled.
But if is_enqueue_enabled() == false then enqueue functions are always
disabled no matter the state of is_enabled())
is_enabled() == false then enqueue functions are still disabled even
if is_enqueue_enabled() returns true. But if is_enqueue_enabled() == false
then enqueue functions are always disabled no matter the state of
is_enabled())
!*/
void disable_enqueue (
......
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