Struct ckb_notify::NotifyService
source · pub struct NotifyService { /* private fields */ }Expand description
TODO(doc): @quake
Implementations§
source§impl NotifyService
impl NotifyService
sourcepub fn new(config: NotifyConfig, handle: Handle) -> Self
pub fn new(config: NotifyConfig, handle: Handle) -> Self
TODO(doc): @quake
sourcepub fn start(self) -> NotifyController
pub fn start(self) -> NotifyController
start background tokio spawned task.