Source file src/internal/poll/export_windows_test.go
1 // Copyright 2026 The Go Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 // Export guts for testing on windows. 6 7 package poll 8 9 func SkipsCompletionPortOnSuccess(fd *FD) bool { 10 return !fd.waitOnSuccess 11 } 12