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 « AbstractEventLoop » Python 3.11.3

Méthode asyncio.AbstractEventLoop.stop

Signature de la méthode stop

def stop(self) 

Description

help(AbstractEventLoop.stop)

Stop the event loop as soon as reasonable.

        Exactly how soon that is may depend on the implementation, but
        no more I/O callbacks should be scheduled.