GitHub user PragmaTwice added a comment to the discussion: About Lua atomicity
in Kvrocks
Sorry I cannot get your point.
In computer programs, an infinite loop indicates that the following code is all
unreachable.
For example, a program
```
while true { ... } // no break in this block
do_something()
```
is equal to
```
while true { ... }
do_nothing() // unreachable!
```
regardless of whether `do_something` has any side effect or not.
GitHub link:
https://github.com/apache/kvrocks/discussions/3051#discussioncomment-13742792
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]