my current understanding is that you really only n...
# spicedb
y
my current understanding is that you really only need the async and future versions if you want to make concurrent requests from the same thread without the overhead of wrapping blocking calls in their own futures (or whatever)