You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/io/flow_control.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Busy wait is a method that blocks the processor for a period of time. This is an
20
20
21
21
Notice `printf()`; you can enable this by uncommenting the line (remove the `//`). `printf()` prints to the terminal, so you can use it to get debug information.
22
22
23
-
<spanclass="tips">**Tip:** Busy wait is inefficient and should be avoided. </span>
23
+
<spanclass="tips">**Tip:** Busy wait is inefficient, and we recommend not using it. </span>
0 commit comments