Ejemplo n.º 1
0
def for_client(id_, threading_=StdThreading):
    return buildIPC(IPCRole.client, id_, threading_)
Ejemplo n.º 2
0
def for_proxy(id_, threading_=StdThreading):
    return buildIPC(IPCRole.proxy, id_, threading_)
Ejemplo n.º 3
0
def for_server(id_, threading_=StdThreading):
    return buildIPC(IPCRole.server, id_, threading_)