mirror of
https://gitlab.com/gnuwget/wget2.git
synced 2026-02-01 14:41:08 +00:00
* include/libwget.h.in: Export new function wget_thread_cancel to kill an existing thread nicely. * libwget/thread.c: Same * src/bar.c: Use the cleaner wget_thread_cancel() method to kill the progress bar instead of polling for a variable.