diff --git a/README.rst b/README.rst index c5f07c0..1e0f4e9 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ Ultimo allows you to implement the logic of a micropython application around a collection of asyncio Tasks that consume asynchronous iterators. This is compared to the usual synchronous approach of having a single main loop that mixes together the logic for all the different activities that your -application. +application carries out. In addition to the making the code simpler, this permits updates to be generated and handled at different rates depending on the needs of the diff --git a/docs/source/index.rst b/docs/source/index.rst index b3051c8..8d9f20b 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -12,7 +12,7 @@ Ultimo allows you to implement the logic of a micropython application around a collection of asyncio Tasks that consume asynchronous iterators. This is compared to the usual synchronous approach of having a single main loop that mixes together the logic for all the different activities that your -application. +application carries out. In addition to the making the code simpler, this permits updates to be generated and handled at different rates depending on the needs of the diff --git a/docs/source/user_guide/introduction.rst b/docs/source/user_guide/introduction.rst index 5803ba5..51b2eec 100644 --- a/docs/source/user_guide/introduction.rst +++ b/docs/source/user_guide/introduction.rst @@ -8,7 +8,7 @@ Ultimo allows you to implement the logic of a micropython application around a collection of asyncio Tasks that consume asynchronous iterators. This is compared to the usual synchronous approach of having a single main loop that mixes together the logic for all the different activities that your -application. +application carries out. In addition to the making the code simpler, this permits updates to be generated and handled at different rates depending on the needs of the