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.