MCPcopy
hub / github.com/safing/portmaster / Done

Method Done

service/mgr/manager.go:70–72  ·  view source on GitHub ↗

Done returns the context Done channel.

()

Source from the content-addressed store, hash-verified

68
69// Done returns the context Done channel.
70func (m *Manager) Done() <-chan struct{} {
71 return m.ctx.Done()
72}
73
74// IsDone checks whether the manager context is done.
75func (m *Manager) IsDone() bool {

Callers 15

ShuttingDownMethod · 0.45
ShutdownCompleteMethod · 0.45
startResumeWorkerMethod · 0.45
selfcheckFunction · 0.45
connectionCleanerFunction · 0.45
openDNSRequestWriterFunction · 0.45
packetHandlerWorkerMethod · 0.45
authorizeAppFunction · 0.45
cpuProfilerFunction · 0.45
cleanActiveProfilesFunction · 0.45
connectIvpnClientMethod · 0.45

Calls

no outgoing calls

Tested by 15

startQueryFunction · 0.36
testFunc1Function · 0.36
testFunc2Function · 0.36
testFunc3Function · 0.36
TestConcurrencyLimitFunction · 0.36
TestUnitFunction · 0.36
testCraneWithCounterFunction · 0.36
testCraneWithStreamingFunction · 0.36
testExpansionFunction · 0.36
TestCallLimiterFunction · 0.36
TestOnceAgainFunction · 0.36
TestStablePoolRealWorldFunction · 0.36