windows-overlapped-io-sys 0.1.0

Owned overlapped I/O endpoints and pinned operations for Windows IOCP and thread-pool completion.
Documentation
windows-overlapped-io-sys-0.1.0 has been yanked.

windows-overlapped-io-sys

Owned overlapped I/O endpoints and pinned operations for Windows.

This crate provides the ownership, association, completion, cancellation, and rundown model for overlapped I/O on top of windows-sys. It is the reusable foundation beneath windows-threadpool-sys: raw I/O completion ports and the object-based thread pool share endpoint and operation storage while remaining distinct completion backends.

This crate is in its initial development stage. No safe API has been stabilized yet, because the generic overlapped-submission safety boundary is still under investigation.