Closed pmartin-cogility closed 2 years ago
Creates a reader: SplitStream and writer: SplitSink from a WebSocketConnection to split ownership between processes.
reader: SplitStream
writer: SplitSink
WebSocketConnection
See the example to evaluate the ergonomics of this addition.
Looks great! Thanks for the PR @pmartin-cogility. Could you just resolve the conflict and I will go ahead and merge it?
Creates a
reader: SplitStream
andwriter: SplitSink
from aWebSocketConnection
to split ownership between processes.See the example to evaluate the ergonomics of this addition.