class

Nucleoc::ParSnapshot(T)

Inherits Reference < Object

Parallel snapshot for processing Boxcar elements in parallel.

Constructors

new(boxcar : Boxcar(T))
Source

Instance methods

each_parallel

Iterate over elements in parallel.

Source
size

Number of elements in snapshot.

Source
to_a

Convert to array.

Source