예제 #1
0
파일: greactor.py 프로젝트: yangdw/PyRepo
def install():
    """装载BaseReactor为服务的reactor\n
    """
    reactor = GeventReactor()
    from gtwisted.core.installer import installReactor

    installReactor(reactor)
예제 #2
0
def install():
    """装载BaseReactor为服务的reactor\n
    """
    reactor = GeventReactor()
    from gtwisted.core.installer import installReactor
    installReactor(reactor)