Files
cpython/Lib/test
Victor Stinner 17f3663497 Issue #21326: Add asyncio.BaseEventLoop.is_closed() method
Add BaseEventLoop._closed attribute and use it to check if the event loop was
closed or not, instead of checking different attributes in each subclass of
BaseEventLoop.

run_forever() and run_until_complete() now raises a RuntimeError('Event loop is
closed') exception if the event loop was closed.

BaseProactorEventLoop.close() now also cancels "accept futures".
2014-06-04 01:06:24 +02:00
..
2014-04-13 22:32:12 -04:00
2014-05-26 00:14:14 -07:00
2014-06-02 16:04:25 -05:00
2014-04-14 13:10:05 -04:00
2014-04-18 11:10:50 -07:00