with_workers

Function with_workers 

Source
pub fn with_workers<F, R>(workers: usize, f: F) -> FFTResult<R>
where F: FnOnce() -> R,
Expand description

Convenience function for using specific number of workers