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

Method Close

pkg/event/sequencer_windows.go:117–120  ·  view source on GitHub ↗

Close shutdowns the event sequencer.

()

Source from the content-addressed store, hash-verified

115
116// Close shutdowns the event sequencer.
117func (s *Sequencer) Close() error {
118 s.quit <- struct{}{}
119 return s.key.Close()
120}
121
122// Shutdown stores the sequence and closes the event sequencer.
123func (s *Sequencer) Shutdown() error {

Callers 3

TestSequencerFunction · 0.95
TestSequencerMonotonicFunction · 0.95
ShutdownMethod · 0.95

Calls 1

CloseMethod · 0.65

Tested by 2

TestSequencerFunction · 0.76
TestSequencerMonotonicFunction · 0.76