Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ get_and_discard
Method
get_and_discard
tornado/test/queues_test.py:217–218 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
215
q.put_nowait(0)
216
217
def
get_and_discard():
218
q.get()
219
220
self.io_loop.call_later(0.01, get_and_discard)
221
self.io_loop.call_later(0.02, get_and_discard)
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected