AddAfter adds an item to the workqueue after the indicated duration has passed
(item interface{}, duration time.Duration)
| 31 | Interface |
| 32 | // AddAfter adds an item to the workqueue after the indicated duration has passed |
| 33 | AddAfter(item interface{}, duration time.Duration) |
| 34 | } |
| 35 | |
| 36 | // NewDelayingQueue constructs a new workqueue with delayed queuing ability |
no outgoing calls