"git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "4546e54f2145b07275065aada9bf1a5f79a8e238"
Commit 7ebc1f96 authored by Davis King's avatar Davis King
Browse files

Clarified recent change to the spec

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404283
parent 88189532
...@@ -265,6 +265,7 @@ namespace dlib ...@@ -265,6 +265,7 @@ namespace dlib
- this call does not block. - this call does not block.
- if (this call to dequeue() returns true) then - if (this call to dequeue() returns true) then
- #is_enabled() == true - #is_enabled() == true
- #is_dequeue_enabled() == true
- the oldest item that was enqueued into this pipe has been - the oldest item that was enqueued into this pipe has been
swapped into #item. swapped into #item.
- else - else
...@@ -290,6 +291,7 @@ namespace dlib ...@@ -290,6 +291,7 @@ namespace dlib
- this call does not block. - this call does not block.
- if (this call to dequeue_or_timeout() returns true) then - if (this call to dequeue_or_timeout() returns true) then
- #is_enabled() == true - #is_enabled() == true
- #is_dequeue_enabled() == true
- the oldest item that was enqueued into this pipe has been - the oldest item that was enqueued into this pipe has been
swapped into #item. swapped into #item.
- else - else
......
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