PipeEndState.processWriteCompletion
void processWriteCompletion() @trusted nothrowProcess a completed write operation.
Called when an overlapped write has completed. Retrieves the result, removes written data from the send queue, notifies the writable callback if appropriate, and submits the next write if there is more data queued.