Esempio n. 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)
Esempio n. 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)
Esempio n. 3
0
 def map(self, it):
     from celery import xmap
     return xmap(self.s(), it)