python_async_loops

Eight different ways to implement an asyncronous loop in python  http://tobib.spline.de/xi/posts/2023-01-29-python-async-loops/
git clone https://git.ce9e.org/python_async_loops.git

commit
f2bc2a59195d174373edbfed931181188be48563
parent
e3d1b66c9f179fa30108846fd4d9e5e7f4bab967
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-02-04 18:16
adapt title in README

Diffstat

M README.md 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/README.md b/README.md

@@ -1,3 +1,3 @@
    1    -1 # Seven different ways to implement an asyncronous loop in python
   -1     1 # Eight different ways to implement an asyncronous loop in python
    2     2 
    3     3 companion code to the blog post <http://tobib.spline.de/xi/posts/2023-01-29-python-async-loops/>