<@U6ZRNH0TC> conceptually, should we make all `@ru...
# development
h
@aloof-angle-91616 conceptually, should we make all `@rule`s be
async
or only if they need to
await Get()
? For the sake of uniformity, even if we don’t technically need to mark
async
do you think it would make sense to avoid the gotcha of somoene trying to add
await Get()
to a rule down the road and it not working?