New submission from Marat Sharafutdinov <deca...@gmail.com>:

It would be handy to access the loop's time the Handle's callback will be 
called at if you are using delayed calls with "delay" (not "when") argument.
Also it is useful to know whether the call was cancelled through the special 
attribute.

----------
assignee: docs@python
components: Documentation, Library (Lib), asyncio
messages: 305561
nosy: decaz, docs@python, yselivanov
priority: normal
pull_requests: 4238
severity: normal
status: open
title: Add asyncio.Handle.cancelled() and asyncio.TimerHandle.when
type: enhancement
versions: Python 3.6

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

Reply via email to