Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ work
Method
work
maint/test/redbot/red_test.py:119–122 · maint/test/redbot/red_test.py::TestMixin.work
()
Source
from the content-addressed store, hash-verified
117
req_hdrs=headers)
118
119
def
work():
120
red.run(thor.stop)
121
thor.run()
122
self.io_loop.add_callback(self.stop)
123
124
thread = threading.Thread(target=work)
125
thread.start()
Callers
nothing calls this directly
Calls
2
run
Method · 0.45
add_callback
Method · 0.45
Tested by
no test coverage detected