Subscribe

2023-05-02 Thread Constantine Bytensky
Hello Constantine Bytensky :-) You are now subscribed -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Signal processing during FFI have no action

2023-05-02 Thread Constantine Bytensky
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

Re: Signal processing during FFI have no action

2023-05-02 Thread 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? PicoLisp

Re: Signal processing during FFI have no action

2023-05-02 Thread Robert Wörle
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