Example #1
0
 def map(self, it):
     """Creates a :class:`~celery.canvas.xmap` task from ``it``."""
     from celery import xmap
     return xmap(self.s(), it, app=self.app)
Example #2
0
 def map(self, it):
     """Create a :class:`~celery.canvas.xmap` task from ``it``."""
     from celery import xmap
     return xmap(self.s(), it, app=self.app)
Example #3
0
 def map(self, it):
     from celery import xmap
     return xmap(self.s(), it)