Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Classe « Condition » Python 3.11.3

Méthode threading.Condition.wait_for

Signature de la méthode wait_for

def wait_for(self, predicate, timeout=None) 

Description

help(Condition.wait_for)

Wait until a condition evaluates to True.

        predicate should be a callable which result will be interpreted as a
        boolean value.  A timeout may be provided giving the maximum time to
        wait.