Skip to content

DanielKrawisz/runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

This is a simple struct in go that works like a machine that can be turned
on and off. It includes the functions Start, Stop, Running, and Wait. You
pass it a list of functions that are to be run as goroutines, and the Runner
ensures that the goroutines have finished before Stop finishes.

About

A struct in go that allows for simple Start/Stop functionality with several goroutines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages