Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ reap
Method
reap
tools/python-3.11.9-amd64/Lib/socketserver.py:657–658 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
655
thread.join()
656
657
def
reap(self):
658
self[:] = (thread
for
thread in self
if
thread.is_alive())
659
660
661
class
_NoThreads:
Callers
1
append
Method · 0.95
Calls
1
is_alive
Method · 0.45
Tested by
no test coverage detected