* 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.
Also moved Group, Iterable and Chain to their own pages because the Task page was getting too big. v0.7.11