Attempts to write data to the output conduit. The output conduit may or may not write all elements of data.
events reported for the output conduit
true if all data has been sent or false to try again.
IOException if the connection is closed or broken: - IOWarning if the remote hung up, - IOError (IOWarning subclass) on I/O error.
See Implementation
Attempts to write data to the output conduit. The output conduit may or may not write all elements of data.