#4326·sharp

Enhancement: signal to end processing early e.g. via AbortController API

Author: dmitrizzleCreated Feb 13, 2025Updated Sep 2, 2026
Labelsenhancement

I couldn't find anything in the docs or in the repo except for the timeout option. However, I'd like to kill the process while it's still happening (for example, if the user requests the process to be stopped, I would like to free up the memory).

I've noticed that there's _vips_shutdown() being used internally and I wonder if this function does the above?