Struct ckb_notify::NotifyService
source · [−]pub struct NotifyService { /* private fields */ }Expand description
TODO(doc): @quake
Implementations
sourceimpl NotifyService
impl NotifyService
sourcepub fn new(config: NotifyConfig) -> Self
pub fn new(config: NotifyConfig) -> Self
TODO(doc): @quake
sourcepub fn start<S: ToString>(self, thread_name: Option<S>) -> NotifyController
pub fn start<S: ToString>(self, thread_name: Option<S>) -> NotifyController
start background single-threaded service with specified thread_name.
Auto Trait Implementations
impl RefUnwindSafe for NotifyService
impl Send for NotifyService
impl Sync for NotifyService
impl Unpin for NotifyService
impl UnwindSafe for NotifyService
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more