[Twisted-Python] Handle Control-C

Johannes Beigel johannes.beigel at brainbot.com
Wed May 25 04:29:42 MDT 2005


Is there a (preferred) way to handle breaks with Control-C?

I'm aware of reactor.addSystemEventTrigger("before", "shutdown",...),
but I'd like to do some stuff with a fully running reactor and then call
reactor.stop() manually after some Deferreds come back.

-jojo






More information about the Twisted-Python mailing list