예제 #1
0
 def __init__(self, *args, **kw):
     Thread.__init__(self)
     Arbiter.__init__(self, *args, **kw)
예제 #2
0
 def __init__(this, streamer):
     Thread.__init__(this)
     this.streamer = streamer
     this.loop = ioloop.IOLoop()
     this.daemon = True
예제 #3
0
파일: arbiter.py 프로젝트: baiqj/circus
 def __init__(self, *args, **kw):
     Thread.__init__(self)
     Arbiter.__init__(self, *args, **kw)
예제 #4
0
 def __init__(this, streamer):
     Thread.__init__(this)
     this.streamer = streamer
     this.loop = ioloop.IOLoop()
     this.daemon = True