Updated README

This commit is contained in:
nocturn9x 2020-11-12 22:27:12 +01:00
parent 3e4a87af21
commit 5ff8d4a06e
1 changed files with 1 additions and 1 deletions

View File

@ -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)