Skip to content
  • Antoine Martin's avatar
    boilerplate: add Goroutine struct · 405431d8
    Antoine Martin authored
    The Goroutine struct helps us track execution inside the program:
    Each potential goroutine will have an entry in a []Goroutine slice,
    allowing easy reference to the variable tracking its state, and the
    function representing the goroutine's execution.
    405431d8