# README
runner
Runner is a "container" to run long running processes concurrently
# Functions
NewRunner returns *Runner.
# Interfaces
Runnable is the application interface, an object implementing this interfaceshould follow the context protocol.
Runner is a "container" to run long running processes concurrently