[Haskell-cafe] network-conduit proxy

grant thelff at hotmail.com
Sun Mar 11 20:21:07 CET 2012


> So you can do smth like:
> 
> (sourceClient $= CL.map Left) >=< 
>   (sourceTMChan communicationChannel $= CL.map Right)
> 
> Alexander V Vershilov

That's a great idea, I'll give that a try. I was having an odd problem with 
killThread on windows where the first character would be lost in the next 
session straight after the killThread, so your idea looks more appealing.

Thanks again,
Grant





More information about the Haskell-Cafe mailing list