pub fn unit_creation_delay_fn(
    unit_creation_delay: UnitCreationDelay
) -> Arc<dyn Fn(usize) -> Duration + Sync + Send + 'static>