streamly
streamly copied to clipboard
Expose pipeBytes
trafficstars
Being used in the CmdClient example:
import qualified Streamly.Internal.Network.Inet.TCP as TCP (pipeBytes)
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?