Epoch Times is a fresh look of a changing world, and globalization news
Monday, March 22, 2010
python twisted interrupt signal handler
from twisted.internet import reactor import signal def shutdown(*f): sig, ob = f if sig == signal.SIGINT: reactor.stop() #shutdown the reactor if Ctrl-C enter.
No comments:
Post a Comment