# Functions
No description provided by the author
No description provided by the author
ParallelizeUntil is a framework that allows for parallelizing N independent pieces of work until done or the context is canceled.
WithChunkSize allows to set chunks of work items to the workers, rather than processing one by one.
# Constants
DefaultParallelism is the default parallelism used in scheduler.
# Interfaces
No description provided by the author