Am 02.05.2023 um 16:00 schrieb Alexander Burger:
Hi Constantine,

I wrote a function that downloads file using libcurl. I found out that
when the the downloading process in progress by `curl_easy_perform` I
cannot interrupt downloading by Ctrl-C. Even `killall picolisp` does
not work.

How I can make signals work during FFI?

Mayb try the NOPROGRESS option from libcurl like this

https://curl.se/libcurl/c/CURLOPT_NOPROGRESS.html

Maybe that changes something

regards rob


--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to