hedge :: tools :: Future :: Class Future
[hide private]
[frames] | no frames]

Class Future

source code


An abstract interface definition for futures.

See http://en.wikipedia.org/wiki/Future_(programming)

Instance Methods [hide private]
 
is_ready(self) source code
 
__call__(self) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__