This commit is contained in:
JackDoan
2026-05-13 10:29:11 -05:00
parent 41663e1638
commit 3601bfd798

View File

@@ -127,7 +127,6 @@ func (t *Poll) readOne(to []byte) (int, error) {
}
}
// Write is only valid for single threaded use
func (t *Poll) Write(from []byte) (int, error) {
for {
n, errno := unix.Write(t.fd, from)