MCPcopy 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_destroyFunction · 0.80
gamma_loopFunction · 0.80

Calls 2

releaseMethod · 0.80
flushMethod · 0.45

Tested by

no test coverage detected