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.

Author yduprat
Recipients asvetlov, yduprat, yselivanov
Date 2021-03-01.11:39:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614598796.36.0.0905111746151.issue43352@roundup.psfhosted.org>
In-reply-to
Content
Add a synchronized primitive Barrier in asyncio, in order to be consistent with them we have for threading.

Barrier object will have a similar design from that of threading lib.
(May be we have to think about a backport ?)


Initial discussion started here: https://mail.python.org/archives/list/python-ideas@python.org/thread/IAFAH7PWMUDUTLXYLNSXES7VMDQ26A3W/
History
Date User Action Args
2021-03-01 11:39:56ydupratsetrecipients: + yduprat, asvetlov, yselivanov
2021-03-01 11:39:56ydupratsetmessageid: <1614598796.36.0.0905111746151.issue43352@roundup.psfhosted.org>
2021-03-01 11:39:56ydupratlinkissue43352 messages
2021-03-01 11:39:56ydupratcreate