florian1345 / sudoverse-xamarin

A GUI application which contains functionality related to Sudoku (generating, playing, editing, ...).
MIT License
0 stars 0 forks source link

Generation Cancellation #16

Closed florian1345 closed 2 years ago

florian1345 commented 2 years ago

Currently, generation may leave some threads working in the background after a valid Sudoku has been found. They should be abortable in order to save battery life and to accelerate re-generation, should the user not like the first Sudoku.

florian1345 commented 2 years ago

Implemented in #17