gospec icon indicating copy to clipboard operation
gospec copied to clipboard

Parallel/Serial Runner options

Open ghthor opened this issue 12 years ago • 0 comments

This is the execution of the idea I expressed in #6.

  • TODO Specs - This is a quick hack, to get work done. Spec'ing this is on mine and rafrombrc's todo list.

TL:DR;

type Runner interface {
...
}  

type SerialRunner struct {
...
}  

type ParallelRunner struct {
...
}  

ghthor avatar Nov 20 '12 05:11 ghthor