Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaCompNUS/summit
/ release_destroy_list
Method
release_destroy_list
PythonAPI/examples/gamma_crowd.py:320–325 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
318
self._destroy_list_lock.acquire()
319
320
def
release_destroy_list(self):
321
try
:
322
self._destroy_list_lock.release()
323
except
Exception
as
e:
324
print(e)
325
sys.stdout.flush()
326
327
328
Callers
2
do_destroy
Function · 0.80
gamma_loop
Function · 0.80
Calls
2
release
Method · 0.80
flush
Method · 0.45
Tested by
no test coverage detected