Writes data to the output conduit. Whenever the output conduit is not ready for writing, the output writing fiber is suspended and continues writing on resume.
data to send
this instance
IOException if the connection is closed or broken: - IOWarning if the remote hung up, - IOError (IOWarning subclass) on I/O error.
See Implementation
Writes data to the output conduit. Whenever the output conduit is not ready for writing, the output writing fiber is suspended and continues writing on resume.