Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _unregister_wait_cb
Method
_unregister_wait_cb
Lib/asyncio/windows_events.py:129–132 ·
view source on GitHub ↗
(self, fut)
Source
from the content-addressed store, hash-verified
127
return
info
128
129
def
_unregister_wait_cb(self, fut):
130
# The wait was unregistered: it's not safe to destroy the Overlapped
131
# object
132
self._ov = None
133
134
def
_unregister_wait(self):
135
if
not self._registered:
Callers
1
_unregister_wait
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected