MCPcopy
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

Calls

no outgoing calls

Tested by

no test coverage detected