streamly icon indicating copy to clipboard operation
streamly copied to clipboard

Expose pipeBytes

Open harendra-kumar opened this issue 2 years ago • 1 comments
trafficstars

Being used in the CmdClient example:

import qualified Streamly.Internal.Network.Inet.TCP as TCP (pipeBytes)

harendra-kumar avatar Mar 15 '23 22:03 harendra-kumar

This falls somewhat in the RPC domain - e.g. if we compare this with the streamly-process pipeBytes - same as that, we could also pass an argument string when invoking this endpoint. Then it can also be extended to serializing and deserializing the arguments. So what would be the right API? A limited one, a more general one?

harendra-kumar avatar May 16 '23 09:05 harendra-kumar