Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Glen Mével
cosmo
Commits
838a9b22
Commit
838a9b22
authored
Feb 26, 2021
by
Glen Mével
Browse files
improve footnote about distinguishing cause of failure
parent
6f4b0989
Changes
1
Hide whitespace changes
Inline
Side-by-side
papers/icfp2021/queue-impl.tex
View file @
838a9b22
...
...
@@ -166,7 +166,8 @@ The function~\enqueue repeatedly calls \tryenqueue until it succeeds;
the latter can fail either because the buffer is full or because of a competing enqueuer.
%
%
\footnote
{
\label
{
fn:distinguishfail
}
%
We currently do not distinguish between these two causes, but this is feasible.
The code does not distinguish between these two causes, but this is feasible
with only one more test.
}
When calling
\tryenqueue
, we start by reading the current value~
\head\
of the
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment