Issue33707
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:01 | admin | set | github: 77888 |
| 2018-05-31 08:47:15 | socketpair | set | status: open -> closed resolution: rejected messages: + msg318269 stage: resolved |
| 2018-05-31 08:46:40 | socketpair | create | |