Add blocking parameter to .cycleloop

If you want to use a cycleloop function and your own tasks, you can set
blocking=False in .cycleloop(...) call. Same as .mainloop(...) call.
This commit is contained in:
2020-12-14 19:50:48 +01:00
parent 4ac1283c5b
commit 6beb05577e
3 changed files with 19 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ setup(
license="LGPLv3",
name="revpimodio2",
version="2.5.3e",
version="2.5.3f",
packages=["revpimodio2"],
python_requires="~=3.2",