# Functions
Create a new single capacity runner - a runner we can only add tasks to as long as there is a free goroutine in the Run() loop to handle it.
Create a new capacity runner - a runner we can add tasks to without blocking as long as the capacity is not reached.
# Interfaces
No description provided by the author