79308607

Date: 2024-12-26 03:33:09
Score: 1.5
Natty:
Report link
# start
fun _start():
  await self.master.run()
  await self.master.running()
self._task = self._loop.create_task(self._start())
self._loop.run_until_complete(self._task)

# stop
self.master.shutdown()
self._task.done()
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: lingting