Cassandra\Future::get PHP 메소드

get() 공개 메소드

Waits for a given future resource to resolve and throws errors if any.
public get ( float | null $timeout = null ) : mixed
$timeout float | null
리턴 mixed a value that the future has been resolved with
    public function get($timeout = null);
Future