func()

in controller.go [180:183]


func (c *Controller) runWorker() {
	for c.processNextWorkItem() {
	}
}