This module provides an abstraction for communication channels between processes (process) based on standard input/output/error streams.
Usage:process_channel(Channel)
A communication channel for standard file descriptors
Usage:channel_bindings(Channels,ChannelBinds)
Create channel bindings (taking into account pipes)
Usage:cleanup_binding(ChannelB)
Cleanup temporaries due to channel file-based bindings.
Usage:binding_port_call(ChannelB)
Do port_call/1 on the result of channel transfer (send or receive).
Usage:send_input(Mode,ChannelBinding)
Send input through channel binding ChannelBinding. Transfer status is internally stored (see binding_port_call/1).
Usage:receive_output(Mode,ChannelBinding)
Receive output from channel binding ChannelBinding. Transfer status is internally stored (see binding_port_call/1).
Usage:open_redirect(ChannelB,Mode,S)
Open stream file redirections (for internals:'$exec'/9).
Usage:close_redirect(ChannelB,S)
Close stream file redirections (for internals:'$exec'/9).