WithTaskPullInterval set task pull interval
(d time.Duration)
| 103 | |
| 104 | // WithTaskPullInterval set task pull interval |
| 105 | func WithTaskPullInterval(d time.Duration) Option { |
| 106 | return OptionFunc(func(q *options) { |
| 107 | q.taskPullInterval = d |
| 108 | }) |
| 109 | } |
no test coverage detected