arangodb / arangodb-php

PHP ODM for ArangoDB
https://www.arangodb.com
Apache License 2.0
182 stars 45 forks source link

Implement new ArangoDB functionality support: Async requests #145

Open frankmayer opened 10 years ago

frankmayer commented 10 years ago

For driver version 1.4 we need to implement async request functionality described here:

frankmayer commented 10 years ago

Small update. It turns out, this one needs a lot more work than expected.

With the current structure of the client there need to be a lot of changes in several classes, to make it work.

So, there are two approaches to it.

1) leave this functionality for the "Core" version which is kind of very slowly developing at the moment. No ETA on that, sorry.

2) Implement this functionality here. This will need changes in almost all classes, unless I am missing something.

lpj145 commented 4 years ago

bump! this feature have any update ?