pub fn with_workers<F, R>(workers: usize, f: F) -> FFTResult<R>where F: FnOnce() -> R,
Convenience function for using specific number of workers