pyre.ipc.PortTCP¶
Module Contents¶
-
class
pyre.ipc.PortTCP.PortTCP(channel, address, **kwds)¶ Bases:
pyre.ipc.Port.Port,pyre.ipc.Channel.ChannelAn implementation of a process bell using a TCP port
-
type¶
-
channel¶
-
address¶
-
close(self)¶ Close the port
-
accept(self)¶ Wait until a peer process attempts to open the port and build a communication channel with it
-
__str__(self)¶
-