MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / Done

Method Done

base/util.go:1284–1286  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1282}
1283
1284func (t *SafeTerminator) Done() <-chan struct{} {
1285 return t.terminator
1286}
1287
1288func (t *SafeTerminator) Close() {
1289 if t.terminatorClosed.CompareAndSwap(false, true) {

Callers 15

nodeWritesMethod · 0.80
csvStatsFunction · 0.80
heapProfilingFunction · 0.80
mutexProfilingFunction · 0.80
blockProfilingFunction · 0.80
goroutineProfilingFunction · 0.80
vBucketGoroutineMethod · 0.80
TestConcurrentSetConfigFunction · 0.80
TestConcurrentUserWritesFunction · 0.80
TestCacheRaceFunction · 0.80

Calls

no outgoing calls

Tested by 15

TestConcurrentSetConfigFunction · 0.64
TestConcurrentUserWritesFunction · 0.64
TestCacheRaceFunction · 0.64
TestOneShotDCPFunction · 0.64
TestTerminateDCPFeedFunction · 0.64
TestBootstrapRefCountingFunction · 0.64