Ejemplo n.º 1
0
 def starmap(self, it):
     """Creates a :class:`~celery.canvas.xstarmap` task from ``it``."""
     from celery import xstarmap
     return xstarmap(self.s(), it, app=self.app)
Ejemplo n.º 2
0
 def starmap(self, it):
     """Create a :class:`~celery.canvas.xstarmap` task from ``it``."""
     from celery import xstarmap
     return xstarmap(self.s(), it, app=self.app)
Ejemplo n.º 3
0
 def starmap(self, it):
     from celery import xstarmap
     return xstarmap(self.s(), it)