Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lllyasviel/FramePack
/ push
Method
push
diffusers_helper/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
6
worker
Function · 0.80
callback
Function · 0.80
end_process
Function · 0.80
worker
Function · 0.80
callback
Function · 0.80
end_process
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected