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

Method start

tornado/platform/asyncio.py:210–211  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

208 handler_func(fileobj, events)
209
210 def start(self) -> None:
211 self.asyncio_loop.run_forever()
212
213 def stop(self) -> None:
214 self.asyncio_loop.stop()

Callers 1

_thread_managerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected