[zeromq-dev] CTRL+C

Pieter Hintjens ph at imatix.com
Tue Oct 30 07:01:15 CET 2012


On Tue, Oct 30, 2012 at 6:50 AM, Daisuke Maki <lestrrat at gmail.com> wrote:

> I thought windows doesn't "handle" SIGINT the way us in unix land expect?
> http://msdn.microsoft.com/en-us/library/xdkz3x12(v=vs.110).aspx

In plain C, it works pretty much like POSIX when it comes to
interrupting blocking calls and trapping SIGINT with the signal()
call.

-Pieter



More information about the zeromq-dev mailing list