コード例 #1
0
ファイル: wsgi.py プロジェクト: MegaByte875/py-utils
 def __init__(self):
     self.services = []
     self.tg = ThreadGroup()
     # signal that the service is done shutting itself down:
     self.done = event.Event()