You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: