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.
10 // Polls for ready network connections.
11 // Returns list of goroutines that become runnable.
13 runtime_netpoll(bool block
)
15 // Implementation for platforms that do not support
16 // integrated network poller.
22 runtime_netpoll_scan(struct Workbuf
** wbufp
, void (*enqueue1
)(struct Workbuf
**, Obj
))