Issue 31943: Add asyncio.Handle.cancelled() method (original) (raw)

Issue31943

Created on 2017-11-04 16:27 by decaz, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 2388 merged decaz,2017-11-04 16:27
Messages (1)
msg305561 - (view) Author: Marat Sharafutdinov (decaz) * Date: 2017-11-04 16:27
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
2017-11-04 16:27:05 decaz create