system.err
Functions
write_some(self, buffer: byte_span) → integer
Write data to stderr and blocks current fiber until it completes or errs.
Returns the number of bytes written.
First argument is ignored and it’s only there to make it have a stream-like interface. |