increase_current

Function increase_current 

Source
pub fn increase_current(
    max: &AtomicUsize,
    cur: &AtomicUsize,
) -> Result<(), Error>