Is there a benefit to using unbounded receivers sy...
# announcements
s
Is there a benefit to using unbounded receivers syntax? I decompiled unbounded receiver and compared against
{ it.execute() }
and they both compile to the same, except i believe the latter to be more readable