MCPcopy Create free account
hub / github.com/Comfy-Org/ComfyUI / put

Method put

execution.py:1250–1254  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

1248 self.flags = {}
1249
1250 def put(self, item):
1251 with self.mutex:
1252 heapq.heappush(self.queue, item)
1253 self.server.queue_updated()
1254 self.not_empty.notify()
1255
1256 def get(self, timeout=None):
1257 with self.not_empty:

Callers 10

post_promptMethod · 0.80
_worker_loopMethod · 0.80
submitMethod · 0.80
shutdownMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
upload_fileFunction · 0.80
test_update_asset_fieldsFunction · 0.80

Calls 1

queue_updatedMethod · 0.80