Better Async support #24
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
v2
Will be implemented in version 2
Milestone
Currently there is no way to use Cassandra Driver in non-blocking event loops, while
Future
can be used for async non-blocking actions, Futures cannot be used in EventLoop (ReactPHP, Swoole, etc).Cassandra CPP Driver uses LibUV, with some refactoring this could be made to work with other userland implementations of EventLoops
The text was updated successfully, but these errors were encountered: