I'm interested in a generic event system for Python. I've searched the forum for similar topics, and I've searched the web for existing implementations. I haven't found exactly what I'm looking for.
I'm familiar with the Observer pattern. However, my implementation and other implementations lack strong support for concurrency and scheduling.
Do you know of anything that fits the bill or can you help me create an implementation?
I want to use this for simulations and games.