Hello Constantine Bytensky :-)
You are now subscribed
--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
Hello!
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?
--
UNSUBSCRIBE: mailto:picol
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?
PicoLisp
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