Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No way to perform 'Async Execution and later Result Retrieval' #341

Closed
thijsheijden opened this issue Dec 7, 2021 · 1 comment
Closed

Comments

@thijsheijden
Copy link

Hi! Is there a way to perform an async request with later result retrieval using this driver? If there is not, are there plans to add it? I would be willing to add this as well.

@nikita-vanyasin
Copy link
Contributor

Hello @thijsheijden

We don't have plans to implement this feature for now due to it's unclear use-case.
It's also is not supported by java driver. arangodb/arangodb-java-driver#169

Most probably you can achieve the required logic by using standard goroutines combined with context.WithCancel()

Feel free to prepare a working PR if you feel confident it can be useful to have this feature in go-driver.

Best,
Nikita

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants