FIUS / ICGE

Introduction Course Game Engine for the FIUS Java Introduction Course
MIT License
3 stars 2 forks source link

Revert "dispatch events with ThreadPoolExecutor" #16

Closed haslersn closed 5 years ago

haslersn commented 5 years ago

Doing dispatching asynchronously probably introduced hard-to-spot race conditions and there was no performance problem.

This reverts commit aadb12342c051547aacf75560a3bf19f1029ed16.

haslersn commented 5 years ago

This also seems to solve the (undocumented) issue where the UI freezes sometimes after changing the solution.