Y
Hacker News
new
|
ask
|
show
|
jobs
by
vvanders
3103 days ago
Does golang use io completion on Windows? I know Tokio does so if that's not the case then there's probably a pretty large delta in performance.
1 comments
ori_b
3103 days ago
It does:
https://golang.org/src/net/fd_windows.go
link