Commit Graph

5 Commits

Author SHA1 Message Date
Stan Triepels
5539dd633b Fix install command and remove old warnings (#16)
* fix django q2 install command and remove space

* remove warnings for very old versions
2022-10-16 00:08:42 +02:00
Pierre-Elliott Bécue
e32bd8bb31 Fix a typo I introduced in groups.rst 2018-08-03 18:04:37 +02:00
Ilan Steemers
acebdaa850 Renames async/enqueue to async_task. 2018-08-01 15:20:34 +02:00
Pierre-Elliott Bécue
ae75a84f7f Replaces async occurrences with alternatives
* async is now a reserved word in python3.7
 * Rename async function to enqueue
 * Rename all async_ functions to enqueue_
 * Rename Async class to AsyncTask
 * Updates the docs.
2018-07-07 21:33:43 +02:00
Ilan Steemers
f5197ac912 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
2015-10-28 12:06:18 +01:00