commit 2b8fb7eac169314efc1046289435eca68153dd35
parent b88e756809e2c7fa682686956dc1d109f8cb9275
Author: Joris Vink <joris@coders.se>
Date: Thu, 29 Nov 2018 13:32:00 +0100
link to python-async
Diffstat:
api/python.md | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/api/python.md b/api/python.md
@@ -769,6 +769,8 @@ Kore currently supports:
* [Processes](#asyncproc)
* [Gathering](#asyncgather)
+For example code covering all asynchronous features, please see the
+[python-async](https://github.com/jorisvink/kore/tree/master/examples/python-async) example.
## <a name="asyncsocket"></a>Asynchronous sockets