Files
rust/src/libstd/io
Josh Triplett 9bb2a50e04 Document that write_all will not call write if given an empty buffer
Some types of Write instances have a semantic meaning associated with
writing an empty buffer, such as sending an empty packet. This works
when calling `write` directly, and supplying an empty buffer. However,
calling `write_all` on an empty buffer will simply never call `write`,
because `write_all` assumes it has no work to do.

Document this behavior, to help prospective users of
datagram-packet-style Write instances.
2020-01-28 17:22:38 -08:00
..
2019-12-24 22:39:49 -08:00
2019-11-29 18:43:27 -08:00
2019-12-22 17:42:47 -05:00
2019-11-29 18:43:27 -08:00
2019-12-22 17:42:47 -05:00
2019-11-29 18:43:27 -08:00