MCPcopy 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_exitFunction · 0.45
weakref_cbMethod · 0.45
submitMethod · 0.45
shutdownMethod · 0.45

Calls 1

send_bytesMethod · 0.45

Tested by

no test coverage detected