Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brmmm3/fastthreadpool
/ __exit__
Method
__exit__
fastthreadpool/fastthreadpool.py:237–238 ·
view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)
Source
from the content-addressed store, hash-verified
235
return
self
236
237
def
__exit__(self, exc_type, exc_val, exc_tb):
238
self.shutdown()
239
240
#c cdef void _busy_lock_inc(self):
241
def
_busy_lock_inc(self):
#p
Callers
nothing calls this directly
Calls
1
shutdown
Method · 0.95
Tested by
no test coverage detected