pub struct ProcessDeadHelper { /* private fields */ }Implementations§
Source§impl ProcessDeadHelper
impl ProcessDeadHelper
pub fn patch_task_min_thread()
pub fn instance() -> &'static Self
pub fn start_check(&self)
pub fn enable_exit_on_task_system_dead(&self, timeout_in_secs: Option<u64>)
Trait Implementations§
Source§impl Clone for ProcessDeadHelper
impl Clone for ProcessDeadHelper
Source§fn clone(&self) -> ProcessDeadHelper
fn clone(&self) -> ProcessDeadHelper
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ProcessDeadHelper
impl RefUnwindSafe for ProcessDeadHelper
impl Send for ProcessDeadHelper
impl Sync for ProcessDeadHelper
impl Unpin for ProcessDeadHelper
impl UnwindSafe for ProcessDeadHelper
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more