Cassandra\FutureException::get PHP Method

get() public method

{@inheritDoc}
public get ( float | null $timeout = null ) : mixed
$timeout float | null
return mixed a value that the future has been resolved with
    public function get($timeout = null)
    {
    }
FutureException