Function run

Source
pub fn run(
    miner: Arc<Miner>,
    ticks_rx: Receiver<Instant>,
    cancellation: CancellationToken,
)