mirror of
https://github.com/golang/go.git
synced 2025-11-01 17:20:56 +00:00
runtime: convert netpoll to Go
The common code is converted, epoll and kqueue are converted. Windows and solaris are still C. LGTM=rsc R=golang-codereviews, rsc, dave CC=golang-codereviews, iant, khr, rsc https://golang.org/cl/132910043
This commit is contained in:
parent
dae8038639
commit
91a670d179
31 changed files with 757 additions and 773 deletions
|
|
@ -405,6 +405,9 @@ func (w *Walker) parseFile(dir, file string) (*ast.File, error) {
|
|||
" sudog struct{};" +
|
||||
" waitq struct{};" +
|
||||
" wincallbackcontext struct{};" +
|
||||
" keventt struct{};" +
|
||||
" timespec struct{};" +
|
||||
" epollevent struct{};" +
|
||||
"); " +
|
||||
"const (" +
|
||||
" cb_max = 2000;" +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue