WatchdogTimeout returns the current watchdog timeout duration.
()
| 590 | |
| 591 | // WatchdogTimeout returns the current watchdog timeout duration. |
| 592 | func (l *Loop) WatchdogTimeout() time.Duration { |
| 593 | l.mu.Lock() |
| 594 | defer l.mu.Unlock() |
| 595 | return l.watchdogTimeout |
| 596 | } |
no outgoing calls