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.
History
Date
User
Action
Args
2022-04-11 14:58:54
admin
set
github: 76124
2017-11-18 14:20:51
decaz
set
versions: + Python 3.7, - Python 3.6
2017-11-18 14:15:21
asvetlov
set
status: open -> closedresolution: fixedstage: resolved
2017-11-06 17:01:12
decaz
set
title: Add asyncio.Handle.cancelled() and asyncio.TimerHandle.when -> Add asyncio.Handle.cancelled() method