Categorygithub.com/bigmate/runner
modulepackage
1.0.0
Repository: https://github.com/bigmate/runner.git
Documentation: pkg.go.dev

# README

runner

Runner is a "container" to run long running processes concurrently

# Functions

NewRunner returns *Runner.

# Structs

Runner is a parent app for apps to be run.

# Interfaces

Runnable is the application interface, an object implementing this interfaceshould follow the context protocol.