Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add async methods #40

Closed
Closed
@x1ddos

Description

@x1ddos

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?

Metadata

Metadata

Assignees

Labels

api: datastoreIssues related to the Datastore API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions