Commit d630e983 authored by Brian Tiger Chow's avatar Brian Tiger Chow

one worker

parent c68129e9
...@@ -114,7 +114,6 @@ func (w *Worker) start(c Config) { ...@@ -114,7 +114,6 @@ func (w *Worker) start(c Config) {
} }
}) })
for i := 0; i < c.NumWorkers; i++ {
// reads from |workerChan| until process closes // reads from |workerChan| until process closes
w.process.Go(func(proc process.Process) { w.process.Go(func(proc process.Process) {
ctx, cancel := context.WithCancel(context.Background()) ctx, cancel := context.WithCancel(context.Background())
...@@ -139,7 +138,6 @@ func (w *Worker) start(c Config) { ...@@ -139,7 +138,6 @@ func (w *Worker) start(c Config) {
} }
} }
}) })
}
} }
type BlockList struct { type BlockList struct {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment