docs: added Async class

Also moved Group, Iterable and Chain to their own pages because the Task page was getting too big.

v0.7.11
This commit is contained in:
Ilan Steemers
2015-10-28 12:06:18 +01:00
parent e736d79a57
commit f5197ac912
7 changed files with 423 additions and 290 deletions

View File

@@ -288,7 +288,7 @@ Adapted from `Sebastian Raschka's blog <http://sebastianraschka.com/Articles/201
Django Q is not optimized for distributed computing, but this example will give you an idea of what you can do with task :ref:`groups`.
Django Q is not optimized for distributed computing, but this example will give you an idea of what you can do with task :doc:`group`.
Alternatively the ``parzen_async()`` function can also be written with :func:`async_iter`, which automatically utilizes the cache backend and groups to return a single result from an iterable: