likeawizard / polyglot-composer

A library to compose polyglot opening books from PGN game collections
GNU General Public License v3.0
5 stars 0 forks source link

Graceful shutdown #11

Closed likeawizard closed 1 year ago

likeawizard commented 1 year ago

Gracefully handle system interrupt signal - closing a program with cmd+c for example

  1. Investigate how to properly listen and handle system signals
  2. Listen for the system interrupt signal
  3. Upon receiving the interrupt signal close all readers
  4. Proceed to write the existing book as if all files had been parsed fully