slaveTaskHandle receives tasks from the master and adds them to the task jar.
| 17 | |
| 18 | // slaveTaskHandle receives tasks from the master and adds them to the task jar. |
| 19 | type slaveTaskHandle struct { |
| 20 | Distributor |
| 21 | } |
| 22 | |
| 23 | func (sth *slaveTaskHandle) Process(receive *teleport.NetData) *teleport.NetData { |
| 24 | t := &Task{} |
nothing calls this directly
no outgoing calls
no test coverage detected