Пример #1
0
 def __init__(self):
     self._acceptors = {}
     self._stop_waiter = Waiter(timeout=self.app.shutdown_timeout)
     super(Acceptors, self).__init__()