MCPcopy
hub / github.com/tornadoweb/tornado / producer

Method producer

tornado/test/queues_test.py:420–422  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

418
419 @gen.coroutine
420 def producer():
421 for item in range(10):
422 yield q.put(item)
423
424 consumer()
425 yield producer()

Callers

nothing calls this directly

Calls 1

putMethod · 0.45

Tested by

no test coverage detected