MCPcopy Create free account
hub / github.com/pyload/pyload / put

Method put

module/lib/wsgiserver/__init__.py:1310–1313  ·  view source on GitHub ↗
(self, obj)

Source from the content-addressed store, hash-verified

1308 idle = property(_get_idle, doc=_get_idle.__doc__)
1309
1310 def put(self, obj):
1311 self._queue.put(obj)
1312 if obj is _SHUTDOWNREQUEST:
1313 return
1314
1315 def grow(self, amount):
1316 """Spawn new worker threads (not above self.max)."""

Callers 3

shrinkMethod · 0.45
stopMethod · 0.45
tickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected