Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vladmandic/sdnext
/ push
Method
push
modules/framepack/pipeline/thread_utils.py:48–50 ·
view source on GitHub ↗
(self, item)
Source
from the content-addressed store, hash-verified
46
self.lock = Lock()
47
48
def
push(self, item):
49
with
self.lock:
50
self.queue.append(item)
51
52
def
pop(self):
53
with
self.lock:
Callers
15
save_video
Function · 0.80
worker
Function · 0.80
text_encode
Function · 0.80
latents_encode
Function · 0.80
vision_encode
Function · 0.80
step_callback
Function · 0.80
createLocaleJSON
Function · 0.80
initializeDOMObserver
Function · 0.80
refreshHistory
Function · 0.80
extensions_apply
Function · 0.80
extensions_check
Function · 0.80
extractLoraNames
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected