Function rustix::thread::get_keep_capabilities

source ·
pub fn get_keep_capabilities() -> Result<bool>
Available on crate feature thread only.
Expand description

Get the current state of the calling thread’s keep capabilities flag.

§References