docs(design): IOCP transfer-pipeline wiring#3698
Merged
Merged
Conversation
Document the design that wires fast_io::IocpDiskBatch into the Windows disk-commit thread, mirroring the io_uring path. Covers the symmetric batched dispatch in make_writer, the runtime probe via IocpPolicy, the BoundedReorderBuffer interaction, the test surface, and the ordered task list closing #1868.
This was referenced May 5, 2026
2 tasks
oferchen
added a commit
that referenced
this pull request
May 18, 2026
Document the design that wires fast_io::IocpDiskBatch into the Windows disk-commit thread, mirroring the io_uring path. Covers the symmetric batched dispatch in make_writer, the runtime probe via IocpPolicy, the BoundedReorderBuffer interaction, the test surface, and the ordered task list closing #1868.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/design/iocp-transfer-pipeline-wiring.mdcapturing the design that closes Ensure release flow builds distributable artifacts #1868.IocpDiskBatchdispatch indisk_commit/process.rs::make_writer, the runtime probe viaIocpPolicy, completion-port drain semantics, and the interaction withBoundedReorderBuffer.crates/fast_io/src/iocp/), the disk-commit dispatch (crates/transfer/src/disk_commit/), the policy plumbing (config.rs), and the parity surface againstio_uring/disk_batch.rs.OVERLAPPEDlifetime, completion-port shutdown,ERROR_INSUFFICIENT_BUFFER, append-mode regressions, silent fallback observability).Test plan