pub fn unshare(flags: UnshareFlags) -> Result<()>👎Deprecated since 1.1.0: Use
unshare_unsafeAvailable on crate feature
thread and linux_kernel only.Expand description
unshare(flags)—Deprecated in favor of unshare_unsafe.
This function should be unsafe; see the safety comment on unshare_unsafe.