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