Enqueues the passed slice of data for writing and immediately returns. write() only blocks if the event buffer has been exhausted.
The transport must be open when calling this.
Slice of data to write.
See Implementation
Enqueues the passed slice of data for writing and immediately returns. write() only blocks if the event buffer has been exhausted.
The transport must be open when calling this.