-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add async methods #40
Copy link
Copy link
Closed
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
Is there a way to run multiple requests in parallel?
It would be really nice to be able to execute requests asynchronously, e.g.
future = Query('MyKind').fetch_async()
result = future.get_result()
NDB has a great support for async operations using an event loop.
Is it something you guys might consider for future versions of the client?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.