class documentation

class Handle:

Constructor: Handle(f)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method done Undocumented
Method result Undocumented
Instance Variable _f Undocumented
def __init__(self, f: Future[T]):

Undocumented

def done(self) -> bool:

Undocumented

def result(self, timeout: float | None = None) -> T:

Undocumented

_f =

Undocumented