• Mitch Burnett's avatar
    Prevent save thread from hanging on a quit · 14552914
    Mitch Burnett authored
    Without the condition to check if the thread should be running (e.g., the call
    to run_threads()) the save thread hangs waiting for blocks to be filled and does
    not register the signal interrupt correctly.
    14552914