"notebooks/vscode:/vscode.git/clone" did not exist on "0a8c533a91c4e21f88d21e6b6d54f0eb208e83c7"
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
- this call does not block.
- if (this call to dequeue() returns true) then
- #is_enabled() == true
- #is_dequeue_enabled() == true
- the oldest item that was enqueued into this pipe has been
swapped into #item.
- else
......@@ -290,6 +291,7 @@ namespace dlib
- this call does not block.
- if (this call to dequeue_or_timeout() returns true) then
- #is_enabled() == true
- #is_dequeue_enabled() == true
- the oldest item that was enqueued into this pipe has been
swapped into #item.
- 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