I was able to get something that feels similar wit...
# announcements
d
I was able to get something that feels similar with
infix fun AtomicBoolean.orEq(n: Boolean) = set(get() || n)
.