Cassandra\DefaultSession::executeAsync PHP Method

executeAsync() public method

{@inheritDoc}
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)
    {
    }