in reply to Re: AnyEvent::ForkManager fails tests on Cygwin
in thread AnyEvent::ForkManager fails tests on Cygwin

The latest version on GitHub uses SIGINT instead of SIGUSR1. Would it help?
لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ
  • Comment on Re^2: AnyEvent::ForkManager fails tests on Cygwin

Replies are listed 'Best First'.
Re^3: AnyEvent::ForkManager fails tests on Cygwin
by ikegami (Patriarch) on May 01, 2015 at 13:41 UTC
    Ctrl-C does call $SIG{INT}. I don't know it if it interrupts system calls like unix signals do.