An open API service indexing awesome lists of open source software.

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

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.