[][src]Function fractal_matrix_api::util::semaphore

pub fn semaphore<F>(thread_count: Arc<(Mutex<u8>, Condvar)>, func: F) where
    F: FnOnce() + Send + 'static,