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
while true is a somewhat usual pattern (although it has alternatives like (while (not (-> (Thread/currentThread) .isInterrupted)), which assumes the loop will be interrupted somehow.
It'd be nice to support it OOTB, only for the true value, using the new :qualifier mechanism.
The text was updated successfully, but these errors were encountered:
vemv
added a commit
to reducecombine/eastwood
that referenced
this issue
May 18, 2021
while true
is a somewhat usual pattern (although it has alternatives like(while (not (-> (Thread/currentThread) .isInterrupted)
), which assumes the loop will be interrupted somehow.It'd be nice to support it OOTB, only for the
true
value, using the new:qualifier
mechanism.The text was updated successfully, but these errors were encountered: