# Functions
New returns a new Scheduler that will execute Tasks with exec.
# Structs
Batch describes the batching rules for a scheduled Task.
Executable holds a task and it's result.
Scheduler schedules Tasks to Executors, batching where possible.
# Interfaces
Task represents a single unit or work.