Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ wakeup
Method
wakeup
Lib/concurrent/futures/process.py:86–89 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
84
self._reader.close()
85
86
def
wakeup(self):
87
with
self._lock:
88
if
not self._closed:
89
self._writer.send_bytes(b
""
)
90
91
def
clear(self):
92
if
self._closed:
Callers
5
_python_exit
Function · 0.45
_on_queue_feeder_error
Method · 0.45
weakref_cb
Method · 0.45
submit
Method · 0.45
shutdown
Method · 0.45
Calls
1
send_bytes
Method · 0.45
Tested by
no test coverage detected