Struct ckb_chain::chain::ChainService [−][src]
pub struct ChainService { /* fields omitted */ }
Expand description
Chain background service
The ChainService provides a single-threaded background executor.
Implementations
Create a new ChainService instance with shared and initial proposal_table.
start background single-threaded service with specified thread_name.
Auto Trait Implementations
impl !RefUnwindSafe for ChainService
impl Send for ChainService
impl Sync for ChainService
impl Unpin for ChainService
impl !UnwindSafe for ChainService