Cassandra\Future::get PHP Method

get() public method

Waits for a given future resource to resolve and throws errors if any.
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);
Future