Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
notify
Method · 0.80
Tested by
no test coverage detected