@@ -78,6 +78,8 @@ func (d *Dispatcher) AddJob(j Job) {
```
## Worker
+作为消费者和生产者Worker,负责往w.WorkerPool添加worker以及w.JobChannel的接受功能.
+
```go
// Worker represents the worker that executes the job
type Worker struct {