Exemplo n.º 1
0
 def __init__(self):
     Abstract_actor.__init__(self)
     self.channel = stackless.channel()
     self.activate = stackless.channel()
     self.queue = deque([])
     self.channel.preference = -1
     self.callbacks = {}
     self.sync_parallel = []
Exemplo n.º 2
0
 def __init__(self):
     Abstract_actor.__init__(self)
     self.__lock = None
Exemplo n.º 3
0
 def __init__(self):
     Abstract_actor.__init__(self)
     self.channel = stackless.channel()
     self.activate = stackless.channel()
     self.queue = deque([])
     self.channel.preference = -1
Exemplo n.º 4
0
 def __init__(self):
     Abstract_actor.__init__(self)
     self.__lock = None
     self.channel = Channel()
     self.callbacks = {}
     self.sync_parallel = []
Exemplo n.º 5
0
 def __init__(self):
     Abstract_actor.__init__(self)
     self.__lock = None
     self.channel = Channel()