NewCreature / Allegro-Legacy

Make Your Allegro 4 Programs Run On Modern Systems Using Allegro 5
19 stars 3 forks source link

Fix Timer Implementation #8

Closed NewCreature closed 6 years ago

NewCreature commented 6 years ago

The current implementation can lead to deadlocks, since it relies on mutex locking. We need a better way to register/deregister the timers that doesn't require any locking.