Function unshare

Source
pub fn unshare(flags: UnshareFlags) -> Result<()>
Available on crate feature thread only.
Expand description

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

§References