Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ append
Method
append
tools/python-3.11.9-amd64/Lib/socketserver.py:643–647 ·
view source on GitHub ↗
(self, thread)
Source
from the content-addressed store, hash-verified
641
Joinable list of all non-daemon threads.
642
""
"
643
def
append(self, thread):
644
self.reap()
645
if
thread.daemon:
646
return
647
super().append(thread)
648
649
def
pop_all(self):
650
self[:], result = [], self[:]
Callers
1
process_request
Method · 0.45
Calls
1
reap
Method · 0.95
Tested by
no test coverage detected