Function rustix::thread::setns::unshare

source ·
pub fn unshare(flags: UnshareFlags) -> Result<()>
Expand description

unshare(flags)—Disassociate parts of the current thread’s execution context with other threads.

§References