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
Currently there is no way to use Cassandra Driver in non-blocking event loops, while
Futurecan 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