https://github.com/setbased/py-event
A single threaded and a run-to-completion event controller
https://github.com/setbased/py-event
Last synced: over 1 year ago
JSON representation
A single threaded and a run-to-completion event controller
- Host: GitHub
- URL: https://github.com/setbased/py-event
- Owner: SetBased
- License: mit
- Created: 2020-11-02T03:59:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-02T08:37:02.000Z (over 5 years ago)
- Last Synced: 2025-02-27T16:35:51.500Z (over 1 year ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
py-event
========
A single threaded and a run-to-completion event controller. That is, each event is processed completely before any other event is processed. Hence, an event listener will run entirely before any other code runs (which can potentially modify the data the event listener invokes).
License
=======
This project is licensed under the terms of the MIT license.