Skip to content

Instantly share code, notes, and snippets.

@technoscavenger
Created January 7, 2024 21:13
Show Gist options
  • Save technoscavenger/46e8fd19fac0b994e319fc6353ba8e01 to your computer and use it in GitHub Desktop.
Save technoscavenger/46e8fd19fac0b994e319fc6353ba8e01 to your computer and use it in GitHub Desktop.
[package]
name = "thread_pool_work"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies.windows]
version = "0.52"
features = [
"Win32_Foundation",
"Win32_System_Threading",
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment