This document is for Celery's development version, which can be significantly different from previous releases. Get old docs here: 2.5.

celery.task.chords

celery.canvas

Designing task workflows.

copyright:
  1. 2009 - 2012 by Ask Solem.
license:

BSD, see LICENSE for more details.

celery.task.chords.chain_from_iterable()

chain.from_iterable(iterable) –> chain object

Alternate chain() contructor taking a single iterable argument that evaluates lazily.

Previous topic

celery.task.sets

Next topic

celery.result

This Page