コード例 #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()))
}