-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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.
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.
Is there a way to run multiple requests in parallel?
It would be really nice to be able to execute requests asynchronously, e.g.
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?