Skip to content

Commit

Permalink
Expose Flush
Browse files Browse the repository at this point in the history
Signed-off-by: David Golub <[email protected]>
  • Loading branch information
dgolub committed Jul 24, 2023
1 parent 325fe99 commit f0bd89d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipe.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import (
type PipeConn interface {
net.Conn
Disconnect() error
Flush() error
}

type ioStatusBlock struct {
Expand Down

0 comments on commit f0bd89d

Please sign in to comment.