Rewriting the GNU Coreutils in Rust
Rewriting the GNU Coreutils in Rust
Posted Jun 11, 2021 20:09 UTC (Fri) by notriddle (subscriber, #130608)In reply to: Rewriting the GNU Coreutils in Rust by mathstuf
Parent article: Rewriting the GNU Coreutils in Rust
That's what it does.
In the documentation for Write, it says that the regular write call can return Interrupted. The wrapper that automatically retries is called write_all.
