schveiguy / iopipe

D language library for modular io
Boost Software License 1.0
77 stars 6 forks source link

OutputPipe should handle an interrupted write #35

Open schveiguy opened 3 years ago

schveiguy commented 3 years ago

OutputPipe should be configurable so that it can either write all of the window in a loop, or only do one write. A file-based iopipe likely only wants to do one write.

The configuration will dictate whether the OutputPipe should store a "nwritten" count to allow subwindows.