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

Method close_callback

tornado/test/iostream_test.py:393–395  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

391 cond = Condition()
392
393 def close_callback():
394 closed[0] = True
395 cond.notify()
396
397 rs.set_close_callback(close_callback)
398 try:

Callers

nothing calls this directly

Calls 1

notifyMethod · 0.80

Tested by

no test coverage detected