Exemple #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)
Exemple #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)
Exemple #3
0
 def starmap(self, it):
     from celery import xstarmap
     return xstarmap(self.s(), it)