MCPcopy Create free account
hub / github.com/akash-network/node / AfterThreadStart

Function AfterThreadStart

pubsub/util.go:16–18  ·  view source on GitHub ↗

AfterThreadStart waits for the duration of delay thread start

(t *testing.T)

Source from the content-addressed store, hash-verified

14
15// AfterThreadStart waits for the duration of delay thread start
16func AfterThreadStart(t *testing.T) <-chan time.Time {
17 return time.After(delayThreadStart(t))
18}
19
20// SleepForThreadStart pass go routine for the duration of delay thread start
21func SleepForThreadStart(t *testing.T) {

Callers 2

TestBusFunction · 0.92
TestCloneFunction · 0.92

Calls 2

delayThreadStartFunction · 0.85
AfterMethod · 0.80

Tested by 2

TestBusFunction · 0.74
TestCloneFunction · 0.74