Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pyload/pyload
/ release
Method
release
module/lib/beaker/synchronization.py:65–66 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
63
return
self._lock().acquire(wait)
64
65
def
release(self):
66
self._lock().release()
67
68
69
_synchronizers = util.WeakValuedRegistry()
Callers
15
deletePackage
Method · 0.45
getRequest
Method · 0.45
setRate
Method · 0.45
consumed
Method · 0.45
do_acquire_read_lock
Method · 0.45
do_release_read_lock
Method · 0.45
do_acquire_write_lock
Method · 0.45
do_release_write_lock
Method · 0.45
sync_get
Method · 0.45
open
Method · 0.45
close
Method · 0.45
get_value
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected