To clarify, you mean by running ```async def my_...
# spicedb
h
To clarify, you mean by running
Copy code
async def my_lookup(client: authzed.api.v1.Client, request:LookupResourcesRequest) -> AsyncIterator[LookupResourcesResponse]:
  return client.LookupResources(request)
that the client will grab the running asyncio loop and this call will return
AsyncIterator
?