MCPcopy
hub / github.com/dropbox/godropbox / After

Method After

time2/clock.go:27–29  ·  view source on GitHub ↗
(d time.Duration)

Source from the content-addressed store, hash-verified

25}
26
27func (c *realClock) After(d time.Duration) <-chan time.Time {
28 return time.After(d)
29}
30
31func (c *realClock) Sleep(d time.Duration) {
32 time.Sleep(d)

Callers

nothing calls this directly

Calls 1

AfterMethod · 0.65

Tested by

no test coverage detected