Closed sunfishcode closed 1 year ago
Make read-via-stream, write-via-stream, and append-via-stream infallible. They don't do any I/O themselves, so they shouldn't fail. And, this is closer to how streams will work in Preview3.
read-via-stream
write-via-stream
append-via-stream
Make
read-via-stream
,write-via-stream
, andappend-via-stream
infallible. They don't do any I/O themselves, so they shouldn't fail. And, this is closer to how streams will work in Preview3.