devela::_dep::rustix::thread

Function 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