spdl.io.async_load_image_batch_nvjpeg

async async_load_image_batch_nvjpeg(srcs: list[str | bytes], *, device_config: CUDAConfig, width: int | None, height: int | None, pix_fmt: str | None = 'rgb', **kwargs)[source]

[Experimental] Async version of load_image_batch_nvjpeg().

Unlike other async batch functions, this function does not employ intra-operation parallelism. (Decoding is done sequentially.)