The parallel\Future class

(0.8.0)

类摘要

final parallel\Future {
/* Resolution */
public value ( void ) : mixed
public value ( int $timeout ) : mixed
/* Selection */
public static select ( array &$resolving , array &$resolved , array &$errored ) : int
public static select ( array &$resolving , array &$resolved , array &$errored , string &$timedout , int $timeout ) : int
/* State */
public done ( void ) : bool
}

Table of Contents