From 5ff8d4a06e392b3d06da4bca2634c33ff10b3d9e Mon Sep 17 00:00:00 2001 From: nocturn9x Date: Thu, 12 Nov 2020 22:27:12 +0100 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0eeb81a..b05659d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This library implements what is known as a stackless mode of execution, or "gree ## Disclaimer -Right now this is no more than a toy implementation to help me understand how Python and async work, but it will (hopefully) become a production ready library soon +Right now this is no more than a toy implementation to help me understand how Python and async work, and it is pretty much guaranteed to explode spectacularly badly Also, this project was hugely inspired by the [curio project](https://github.com/dabeaz/curio) and the [trio project](https://github.com/python-trio/trio)