Skip to content

A single threaded and a run-to-completion event controller

License

Notifications You must be signed in to change notification settings

SetBased/py-event

Repository files navigation

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.

About

A single threaded and a run-to-completion event controller

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages