MCPcopy
hub / github.com/pyload/pyload / wait

Method wait

module/database/DatabaseBackend.py:108–109  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

106 self.done.set()
107
108 def wait(self):
109 self.done.wait()
110
111class DatabaseBackend(Thread):
112 subs = []

Callers 2

queueFunction · 0.95
setupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected