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