blob: f611371ed0a4ba97c4686f4fe6c3a40a7b855ab1 [file] [log] [blame]
<html>
<body>
Reports on any call to <b>wait()</b> not made inside a loop. <b>wait()</b> is normally
used to suspend a thread until a condition is true, and that condition should be checked after the <b>wait()</b>
returns. A loop is the clearest way to achieve this.
<!-- tooltip end -->
<p>
</body>
</html>