chickadee » chicken » port » make-bidirectional-port

make-bidirectional-port INPUT-PORT OUTPUT-PORTprocedure

Returns a joint input/output port that proxies port operations to the given INPUT-PORT and OUTPUT-PORT, respectively. This port satisfies both input-port? and output-port?, and its two directions may be closed independently.