Docs.rs
mhgu-forge-1.4.1
mhgu-forge 1.4.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Fexty12573
Dependencies
ini_core ^0.2.0
normal
optional
log ^0.4
normal
mhgu-forge-macros ^1.4.1
normal
mhgu-forge-rt ^1.4.1
normal
mhgu-forge-sys ^1.4.1
normal
Versions
57.83%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module this_thread
forge
1.4.1
Module this_
thread
Module Items
Functions
In forge::
os
forge
::
os
Module
this_
thread
Copy item path
Source
Expand description
Functions for querying and controlling the calling thread.
Functions
§
core
Returns the core number the calling thread is currently running on.
processor
Returns the logical processor number the calling thread is currently running on.
sleep_
for
Suspends the calling thread for at least
duration
.
yield_
now
Yields the calling thread’s remaining timeslice to the scheduler.