semantic infinite loop #9533
-
When we use an infinite loop, in languages like Rust or Go we have loop or for, which is more semantic than using while (true). for
{
await Task.Delay(100);
} |
Beta Was this translation helpful? Give feedback.
Answered by
HaloFour
Jul 17, 2025
Replies: 2 comments
-
See: #2475 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
CyrusNajmabadi
-
Closing as dupe. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See: #2475