예제 #1
0
파일: dht-util.go 프로젝트: hlandau/dht
func timerAt(c clock.Clock, t time.Time) <-chan time.Time {
	return c.After(t.Sub(c.Now()))
}