()
| 273 | } |
| 274 | |
| 275 | func (m *Manager) isClosed() bool { |
| 276 | return atomic.LoadInt32(&m.closed) == 1 |
| 277 | } |
| 278 | |
| 279 | // Close stops the timer associated with the Manager, if it exists. |
| 280 | func (m *Manager) Close() { |
no outgoing calls
no test coverage detected