Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ _unregister_task
Method
_unregister_task
tornado/ioloop.py:829–830 ·
view source on GitHub ↗
(self, f: Future)
Source
from the content-addressed store, hash-verified
827
self._pending_tasks.add(f)
828
829
def
_unregister_task(self, f: Future) -> None:
830
self._pending_tasks.discard(f)
831
832
833
class
_Timeout:
Callers
1
_wrap_awaitable
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected