Stop shutdowns the stack walk decorator flusher.
()
| 171 | |
| 172 | // Stop shutdowns the stack walk decorator flusher. |
| 173 | func (s *StackwalkDecorator) Stop() { |
| 174 | s.quit <- struct{}{} |
| 175 | } |
| 176 | |
| 177 | // RemoveBucket removes the bucket and all enqueued events. |
| 178 | func (s *StackwalkDecorator) RemoveBucket(id uint64) { |
no outgoing calls