File size: 123 Bytes
907001b
 
 
 
 
1
2
3
4
5
def shutdown(self):
    """pass"""
    self._must_shutdown = True
    self._is_shutdown.wait()
    self._meta_runner.stop()