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.
pub fn unshare(flags: UnshareFlags) -> Result<()>thread only.unshare(flags)—Disassociate parts of the current thread’s execution
context with other threads.