New submission from Alexandre JABORSKA:

Hi,

  Nor asyncio.Event.wait() neither asyncio.Condition.wait() (or .wait_for()) 
has a timeout parameter, while threading.Event.wait() has one.

  A timeout can be specified for the whole task using asyncio.wait_for() but 
it's tricky.

  I guess asyncio implementation could allow a timeout parameter (but I've not 
looked at the code yet). Maybe is this a feature ?

----------
components: asyncio
messages: 222791
nosy: ajaborsk, gvanrossum, haypo, yselivanov
priority: normal
severity: normal
status: open
title: No timeout for asyncio.Event.wait() or asyncio.Condition.wait() ?
type: enhancement
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21962>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to