Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ submit
Method
submit
tornado/test/ioloop_test.py:558–560 ·
view source on GitHub ↗
(self, func, *args)
Source
from the content-addressed store, hash-verified
556
557
class
MyExecutor(futures.ThreadPoolExecutor):
558
def
submit(self, func, *args):
559
count[0] += 1
560
return
super().submit(func, *args)
561
562
event = threading.Event()
563
Callers
8
get_event_loop_on_thread
Method · 0.45
test_asyncio_accessor
Method · 0.45
test_tornado_accessor
Method · 0.45
test_timeout_concurrent_future
Method · 0.45
test_completed_concurrent_future
Method · 0.45
test_normal_concurrent_future
Method · 0.45
test_clear_without_current
Method · 0.45
test_add_future_threads
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected