1 Mar
2011
1 Mar
'11
1:31 a.m.
On Mon, Feb 28, 2011 at 11:28 AM, Bryan O'Sullivan <bos@serpentine.com> wrote:
On Mon, Feb 28, 2011 at 9:27 AM, Antoine Latter <aslatter@gmail.com> wrote:
'network' has a lazy variant, which calls 'writev'.
That's been replaced in the git tree with 'sendMany', which takes a list of strict bytestrings.
That's likely a lot less spooky than making the caller know if it's safe to force the spine of a lazy bytestring. Antoine