windows-threadpool-sys 0.1.0

Memory-safe access to the Windows thread pool APIs.
Documentation
1
2
3
4
5
6
7
# windows-threadpool-sys


Memory-safe Rust access to the Windows thread pool APIs.

This crate is in its initial development stage. Its public API will wrap the
Windows thread pool primitives while making callback and resource lifetimes
explicit in Rust.