Struct ckb_stop_handler::StopHandler
source · pub struct StopHandler<T> { /* private fields */ }
Expand description
TODO(doc): @keroro520
Implementations§
source§impl<T: Debug> StopHandler<T>
impl<T: Debug> StopHandler<T>
sourcepub fn new(
signal: SignalSender<T>,
thread: Option<JoinHandle<T>>,
name: String
) -> StopHandler<T>
pub fn new(
signal: SignalSender<T>,
thread: Option<JoinHandle<T>>,
name: String
) -> StopHandler<T>
TODO(doc): @keroro520
sourcepub fn downgrade_clone(&self) -> StopHandler<T>
pub fn downgrade_clone(&self) -> StopHandler<T>
Creates a new Weak pointer.
Trait Implementations§
source§impl<T: Clone> Clone for StopHandler<T>
impl<T: Clone> Clone for StopHandler<T>
source§fn clone(&self) -> StopHandler<T>
fn clone(&self) -> StopHandler<T>
Returns a copy 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 more