diff options
Diffstat (limited to 'html/073wait.cc.html')
-rw-r--r-- | html/073wait.cc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/073wait.cc.html b/html/073wait.cc.html index 5eaf20f0..2a08a20a 100644 --- a/html/073wait.cc.html +++ b/html/073wait.cc.html @@ -468,7 +468,7 @@ if ('onhashchange' in window) { <span id="L403" class="LineNr">403 </span><span class="Comment">//:</span> <span id="L404" class="LineNr">404 </span><span class="Comment">//: Managing arbitrary scenarios requires the ability to:</span> <span id="L405" class="LineNr">405 </span><span class="Comment">//: a) check if a routine is blocked</span> -<span id="L406" class="LineNr">406 </span><span class="Comment">//: b) restart a blocked routine (`restart`)</span> +<span id="L406" class="LineNr">406 </span><span class="Comment">//: b) restart a blocked routine ('restart')</span> <span id="L407" class="LineNr">407 </span><span class="Comment">//:</span> <span id="L408" class="LineNr">408 </span><span class="Comment">//: A routine is blocked either if it's waiting or if it explicitly signals</span> <span id="L409" class="LineNr">409 </span><span class="Comment">//: that it's blocked (even as it periodically wakes up and polls for some</span> |