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