PHP Interface Cassandra\Future

See also: Cluster::connectAsync()
See also: Session::executeAsync()
See also: Session::prepareAsync()
See also: Session::closeAsync()
Afficher le fichier Open project: datastax/php-driver

Méthodes publiques

Méthode Description
get ( float | null $timeout = null ) : mixed Waits for a given future resource to resolve and throws errors if any.

Method Details

get() public méthode

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