loom_node_exex

Function mempool_worker

Source
pub async fn mempool_worker<Pool, DB>(
    mempool: Pool,
    bc: Blockchain<DB>,
) -> Result<()>
where Pool: TransactionPool + Clone + 'static, DB: DatabaseRef + Send + Sync + Clone + 'static,