Exemple #1
0
 def __init__(self, response_queue, key,
              action, *args, **keywords):
     PendingResult.__init__(self, response_queue, key,
                            action, *args, **keywords)
     _PoolMixin.__init__(self)
     return