Skip to content

Allow graceful exit on ^C #12

@programagor

Description

@programagor

Right now, the program can be interrupted while a thread is writing its buffer into the output memory/file. This results in a band visible in the output image.

Let's implement SIGTERM handling, which interrupts the worker threads only at specified points (i.e. not while writing to a file)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions