예제 #1
0
파일: reactor.py 프로젝트: smurfix/HomEvenT
def stop_mainloop():
	"""Sanely halt the Twisted mainloop."""
	deferToLater(_stop_mainloop)
예제 #2
0
파일: reactor.py 프로젝트: smurfix/HomEvenT
def shut_down():
	deferToLater(_shut_down)