# Functions

NewRunner provides a new configured runner.

# Constants

No description provided by the author

# Variables

No description provided by the author

# Structs

Runner is a component that parallelizes calls to the provided runnable both by batching tasks to individual calls as well as using parallel threads to execute calls to the runnable.
No description provided by the author