MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / Close

Method Close

pkg/event/queue.go:87–87  ·  view source on GitHub ↗

Close closes the queue disposing allocated resources.

()

Source from the content-addressed store, hash-verified

85
86// Close closes the queue disposing allocated resources.
87func (q *Queue) Close() { q.decorator.Stop() }
88
89// Push pushes a new event to the channel. Prior to
90// sending the event to the channel, all registered

Callers

nothing calls this directly

Calls 1

StopMethod · 0.45

Tested by

no test coverage detected