struct Zap::Utils::Concurrent::Parallel(T)
- Zap::Utils::Concurrent::Parallel(T)
- Struct
- Value
- Object
Defined in:
utils/concurrent/parallel.crConstructors
Class Method Summary
- .parallelize(iterable : Iterable(U), &block : U -> T) forall U
- .parallelize(size : Int32, &block : Int32 -> T)