Docs.rs
thread-priority-1.2.0
thread-priority 1.2.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
iddm
Dependencies
bitflags ^2
normal
cfg-if ^1
normal
log ^0.4
normal
rustversion ^1
normal
rstest ^0.19
dev
libc >=0.2.123
normal
libc >=0.2.161
normal
libc >=0.2.123
normal
winapi ^0.3
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
thread_
priority
1.2.0
In thread_
priority::
unix
thread_priority
::
unix
Type Alias
ThreadId
Copy item path
Source
pub type ThreadId =
pthread_t
;
Expand description
An alias type for a thread id.