|
__init__(self,
pid,
endpoint,
address)
Initialise the channel with a process identifier 'pid', a 'read_pipe'
from which messages will be received, and a 'write_pipe' into which
messages will be sent. |
source code
|
|
|
close(self)
Close the persistent channel and remove the socket file. |
source code
|
|
|
_ensure_pipes(self)
Ensure that the channel is capable of communicating. |
source code
|
|
|
_reset_pipes(self)
Discard the existing connection. |
source code
|
|
|
_ensure_communication(self,
timeout=None)
Ensure that sending and receiving are possible. |
source code
|
|
|
|
|
|
Inherited from Channel :
__del__ ,
receive ,
send ,
wait
|