Function devices::pit::worker_run

source ยท
fn worker_run(
    kill_evt: Event,
    pit_counter: Arc<Mutex<PitCounter>>,
) -> Result<(), PitError>