On Tue, Oct 30, 2012 at 6:50 AM, Daisuke Maki <[email protected]> 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 _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
