parallel

Splits a view into segments and calls fun on each segment in parallel. Returns an array of segments which can be joined using vjoin or vjoiner.

template parallel(alias fun)
parallel
(
V
)
(
auto ref V src
,
size_t chunkSize = 0
)
if ()

Members

Functions

parallel
auto parallel(V src, size_t chunkSize)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta