Antti Keränen

Results 60 comments of Antti Keränen

Commented on #26

Thanks for letting me know! The `Channel` implementation for Windows is flawed at the moment, as `WaitForSingleObject` does not support pipes and I'm trying to use them anyway (should've read...

I did not notice the multiple thread issue anymore in the reimplementation of Channel that now exists in `counter+channel` branch.

Does this happen to you if you run `cargo run --example readme_example`?

I'm not aware how to support msys64 at the moment, but I don't think it would not be possible. I'll look into this as soon as I have time.

Thanks for the PR, that's a huge one. Please give me some time to go through it, as my time for this project is quite limited at the moment. I...

It seems the Windows version [does not compile](https://ci.appveyor.com/project/Detegr/rust-ctrlc/builds/41261997/job/he43nf34xhdxs4ew). One note about Appveyor though, in my experience it is very unreliable and sometimes it just fails some of the runs even...

I just got this implemented. It still needs some polishing so I'll put it up for a review later this week.

I have a PR for this: https://github.com/Detegr/rust-ctrlc/pull/60 It's just that it will add so much (unsafe) complexity that no one has reviewed so I haven't had the courage to merge...

Do you have any idea how this works on Windows? I would like to keep this crate as cross-platform as possible and I kinda dislike platform-specific options. However, if this...