vibe-d/eventcore

Support scatter write / gather read

schveiguy opened this issue · 1 comments

All supported OSes support a scatter write / gather read function. There's no reason eventcore shouldn't either.

e.g. https://man7.org/linux/man-pages/man2/readv.2.html

Even for OSes that don't support it, you can just fill in the first buffer.