Add docs on IDs and groups

This commit is contained in:
2022-04-09 14:53:07 +02:00
parent db306a1a1f
commit d7cd16c540
3 changed files with 44 additions and 1 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ By contrast, here is how you would do it with a task pool:
...
await pool.flush()
Pretty much self-explanatory, no?
Pretty much self-explanatory, no? (See :doc:`here <./ids>` for more information about groups/names).
Let's consider a slightly more involved example. Assume you have a coroutine function that takes just one argument (some data) as input, does some work with it (maybe connects to the internet in the process), and eventually writes its results to a database (which is globally defined). Here is how that might look: