1 // Copyright 2013 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.
5 // +build freebsd netbsd openbsd plan9 windows
9 // Polls for ready network connections.
10 // Returns list of goroutines that become runnable.
12 runtime_netpoll(bool block
)
14 // Implementation for platforms that do not support
15 // integrated network poller.