Cassandra\Session::executeAsync PHP Method

executeAsync() public method

Note that this method ignores timeout specified in the ExecutionOptions, you can provide one to Future::get() instead.
public executeAsync ( cassandra\Statement $statement, ExecutionOptions $options = null ) : cassandra\Future
$statement cassandra\Statement statement to be executed
$options ExecutionOptions execution options (optional)
return cassandra\Future future result
    public function executeAsync(Statement $statement, ExecutionOptions $options = null);