Handle multiple polling task in a single polling hub. Default execute each callback synchronously.
pip install pollinghub
- download from https://pypi.org/project/pollinghub/#files
- see
examples/example.py
- run
scripts\test.bat
- run
scripts\deploy.bat
- warning if some callback run too long
- Support asynchronous callback.
- run in other thread/process?
- use thread/process pool?
- if run asynchronously, user should use a THREAD-SAFE callback!
Add unit test.- add name for polling_hub