示例#1
0
 def __init__(self, executor):
     FacebookBase.__init__(self, "futuresleep")
     TServerInterface.__init__(self)
     self.executor = executor
示例#2
0
 def __init__(self, noop_event, shutdown_event):
     FacebookBase.__init__(self, "sleep")
     TServerInterface.__init__(self)
     self.noop_event = noop_event
     self.shutdown_event = shutdown_event
示例#3
0
 def __init__(self, noop_event):
     FacebookBase.__init__(self, "sleep")
     self.noop_event = noop_event
示例#4
0
 def __init__(self, noop_event):
     FacebookBase.__init__(self, "sleep")
     self.noop_event = noop_event
示例#5
0
 def __init__(self):
     FacebookBase.__init__(self, "sleep")