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

Method Wait

internal/bootstrap/bootstrap.go:367–371  ·  view source on GitHub ↗

Wait waits for the app to receive the termination signal.

()

Source from the content-addressed store, hash-verified

365
366// Wait waits for the app to receive the termination signal.
367func (f *App) Wait() {
368 if f.signals != nil {
369 <-f.signals
370 }
371}
372
373// Shutdown is responsible for tearing down everything gracefully.
374func (f *App) Shutdown() error {

Callers 12

runFunction · 0.95
captureFunction · 0.95
replayFunction · 0.95
TestSystraySenderFunction · 0.80
StopMethod · 0.80
mayBeLoadFromStorageMethod · 0.80
StopMethod · 0.80
closeMethod · 0.80

Calls

no outgoing calls