This library contains utility functions to use asyncio features from robot easier.
To use this library you need python >=3.8 and Robot Framework >=6.1.1
pip install robotframework-asyncio-utils
Once you installed, just put "Library AsyncioUtils" in the settings section of your robot file.
- Async Gather Keywords
- Async Sleep
- Async Create Task
- Async Await Task
Each keyword has a doc string too.
Probably more keywords will be added to cover more features from asyncio.