devela::_dep::rustix::threadFunction unshare
pub fn unshare(flags: UnshareFlags) -> Result<(), Errno> ⓘ
Available on crate feature dep_rustix
only.
Expand description
unshare(flags)
—Disassociate parts of the current thread’s execution
context with other threads.
§References