This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Doc:
Type: enhancement Stage: resolved
Components: asyncio, Documentation Versions: Python 3.8
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: docs@python Nosy List: asvetlov, docs@python, socketpair, yselivanov
Priority: normal Keywords:

Created on 2018-05-31 08:46 by socketpair, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg318268 - (view) Author: Марк Коренберг (socketpair) * Date: 2018-05-31 08:46
https://docs.python.org/3/library/asyncio-sync.html#asyncio.Event :

Class implementing event objects. An event manages a flag that can be set to true with the set() method and reset to false with the clear() method. The ----->  wait()  <----- method blocks until the flag is true. The flag is initially false.

this link points to wrong place.
msg318269 - (view) Author: Марк Коренберг (socketpair) * Date: 2018-05-31 08:47
Sorry, I did not
History
Date User Action Args
2022-04-11 14:59:01adminsetgithub: 77888
2018-05-31 08:47:15socketpairsetstatus: open -> closed
resolution: rejected
messages: + msg318269

stage: resolved
2018-05-31 08:46:40socketpaircreate