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