RiddleTime / Race-Element

Solutions for Sim Racing
https://race.elementfuture.com
GNU General Public License v3.0
77 stars 17 forks source link

Fixed a bug where a program would not close while the player was in a running session #154

Closed iFuSiiOnzZ closed 5 months ago

iFuSiiOnzZ commented 5 months ago

AccScheduler.cs: Add function to dismiss all the warkorking thread. Currenlty it dispose all the ACC trackers.

AbstractLoopJob.cs: Add doxygen. Refactor the object by simplifying the loop logic. Add event system for worker sleep and CancelJoin (avoid unecessary loop).

LapInfoOverlay.cs Add preddicted lap time. The value is reported by the game itself, it needs at least a valid lap.

RiddleTime commented 5 months ago

Doxygen looks interesting! I will have a look at it.

This looks to be a more sophisticated pattern to handle thread execution!