Cassandra\FutureException::get PHP Méthode

get() public méthode

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