ExZarr.GenStage.ChunkProducer (ExZarr v1.1.0)

View Source

GenStage producer that emits Zarr chunks on demand.

The producer stops with :normal after all chunk indices are consumed.

Examples

children = [
  {ExZarr.GenStage.ChunkProducer, array: array}
]

Supervisor.start_link(children, strategy: :one_for_one)