donotturnoff / aerend

My third year project
0 stars 0 forks source link

Investigate removing event queue #131

Closed donotturnoff closed 2 years ago

donotturnoff commented 2 years ago

It might be possible to remove the event queue and let events be handled synchronously with the InputHandler. However, it is then imperative that all complex event handlers happen on a different thread.

donotturnoff commented 2 years ago

Removed, causing improved performance