]> Cypherpunks repositories - gostls13.git/commit
internal/poll: pass the I/O mode instead of an overlapped object in execIO
authorqmuntal <quimmuntal@gmail.com>
Tue, 16 Sep 2025 08:52:49 +0000 (10:52 +0200)
committerQuim Muntal <quimmuntal@gmail.com>
Tue, 30 Sep 2025 05:07:23 +0000 (22:07 -0700)
commit75c87df58ebfb24592d7002ef71912f8708dc424
treee1daaf2ed9595b3c2f35172eb83d41184a4dbc57
parentfc88e18b4a781a8751799a123cdac8b29a92409d
internal/poll: pass the I/O mode instead of an overlapped object in execIO

execIO callers should be agnostic to the fact that it uses an overlapped
object. This will unlock future optimizations and simplifications.

Change-Id: I0a58d992101fa74ac75e3538af04cbc44156f0d6
Reviewed-on: https://go-review.googlesource.com/c/go/+/704175
Reviewed-by: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Junyang Shao <shaojunyang@google.com>
src/internal/poll/fd_windows.go
src/internal/poll/sendfile_windows.go